Html Css Color HEX #EAB94C Ronchi

📋 copy color: '#EAB94C'

red 234 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #EAB94C

Tints of Ronchi #EAB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 76 (30.08% from 255) = 15.35%

R = 47.27%
G = 37.37%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB94C (or 0xEAB94C) is known color: Ronchi. HEX triplet: EA, B9 and 4C. RGB value is (234,185,76). Sum of RGB (Red+Green+Blue) = 234+185+76=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB94C is #1546B3. Grayscale: #BBBBBB. Windows color (decimal): -1394356 or 5028330. OLE color: 5028330.

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

Color convert

RGB 234 185 76 -
CMYK 0 0.21 0.68 0.08
HSL 41.39º 0.79% 0.61% -
HSV(B) 41.39º 0.68% 0.92% -
XYZ 52.59 52.71 14.24 -
YUV 187.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 234 185 76 0 0.21 0.68 0.08 41.39 0.79 0.61
Hex EA B9 4C 0 15 44 8 29 4F 3D
Octal 352 271 114 0 25 104 10 51 117 75
Binary 11101010 10111001 1001100 0 10101 1000100 1000 101001 1001111 111101

Color Harmonies of #EAB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB94C

Black with #EAB94C

Text Example


Text Example

White with #EAB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB94C; }

 p { color: rgb(234,185,76); }

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

background-color css

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

 a { background-color: rgb(234,185,76); }

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

border-color css

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

 span { border-color: rgb(234,185,76); }

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