Html Css Color HEX #EAB74F Ronchi

📋 copy color: '#EAB74F'

red 234 ◦ green 183 ◦ blue 79

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

Shades of Ronchi #EAB74F

Tints of Ronchi #EAB74F

RGB

 RED value IS 234 (91.8% from 255) = 47.18%

 GREEN value IS 183 (71.88% from 255) = 36.9%

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 47.18%
G = 36.9%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAB74F (or 0xEAB74F) is known color: Ronchi. HEX triplet: EA, B7 and 4F. RGB value is (234,183,79). Sum of RGB (Red+Green+Blue) = 234+183+79=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB74F is #1548B0. Grayscale: #BABABA. Windows color (decimal): -1394865 or 5224426. OLE color: 5224426.

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

Color convert

RGB 234 183 79 -
CMYK 0 0.22 0.66 0.08
HSL 40.26º 0.79% 0.61% -
HSV(B) 40.26º 0.66% 0.92% -
XYZ 52.28 51.92 14.66 -
YUV 186.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 234 183 79 0 0.22 0.66 0.08 40.26 0.79 0.61
Hex EA B7 4F 0 16 42 8 28 4F 3D
Octal 352 267 117 0 26 102 10 50 117 75
Binary 11101010 10110111 1001111 0 10110 1000010 1000 101000 1001111 111101

Color Harmonies of #EAB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB74F

Black with #EAB74F

Text Example


Text Example

White with #EAB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB74F; }

 p { color: rgb(234,183,79); }

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

background-color css

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

 a { background-color: rgb(234,183,79); }

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

border-color css

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

 span { border-color: rgb(234,183,79); }

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