Html Css Color HEX #EBBA4A Ronchi

📋 copy color: '#EBBA4A'

red 235 ◦ green 186 ◦ blue 74

#EBBA4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ronchi #EBBA4A

Tints of Ronchi #EBBA4A

RGB

 RED value IS 235 (92.19% from 255) = 47.47%

 GREEN value IS 186 (73.05% from 255) = 37.58%

 BLUE value IS 74 (29.3% from 255) = 14.95%

R = 47.47%
G = 37.58%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBBA4A (or 0xEBBA4A) is known color: Ronchi. HEX triplet: EB, BA and 4A. RGB value is (235,186,74). Sum of RGB (Red+Green+Blue) = 235+186+74=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBA4A is #1445B5. Grayscale: #BCBCBC. Windows color (decimal): -1328566 or 4897515. OLE color: 4897515.

HSL color Cylindrical-coordinate representation of color #EBBA4A: hue angle of 41.74º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBBA4A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 74 -
CMYK 0 0.21 0.69 0.08
HSL 41.74º 0.8% 0.61% -
HSV(B) 41.74º 0.69% 0.92% -
XYZ 53.06 53.27 13.97 -
YUV 187.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 235 186 74 0 0.21 0.69 0.08 41.74 0.8 0.61
Hex EB BA 4A 0 15 45 8 2A 50 3D
Octal 353 272 112 0 25 105 10 52 120 75
Binary 11101011 10111010 1001010 0 10101 1000101 1000 101010 1010000 111101

Color Harmonies of #EBBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA4A

Black with #EBBA4A

Text Example


Text Example

White with #EBBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA4A; }

 p { color: rgb(235,186,74); }

 H1.HeaderClassName
 {
   color: #EBBA4A;
 }
 .AnyTagClassName
 {
   color: #EBBA4A;
 }
</style>

background-color css

<style>
 a { background-color: #EBBA4A; }

 a { background-color: rgb(235,186,74); }

 div.DivClassName
 {
   background-color: #EBBA4A;
 }
 .BgClassName
 {
   background-color: #EBBA4A;
 }
</style>

border-color css

<style>
 span { border-color: #EBBA4A; }

 span { border-color: rgb(235,186,74); }

 td.TdClassName
 {
   border-color: #EBBA4A;
 }
 .TagClassName
 {
   border-color: #EBBA4A;
 }
</style>