Html Css Color HEX #EAB94E Ronchi

📋 copy color: '#EAB94E'

red 234 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #EAB94E

Tints of Ronchi #EAB94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 47.08%
G = 37.22%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAB94E (or 0xEAB94E) is known color: Ronchi. HEX triplet: EA, B9 and 4E. RGB value is (234,185,78). Sum of RGB (Red+Green+Blue) = 234+185+78=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB94E is #1546B1. Grayscale: #BBBBBB. Windows color (decimal): -1394354 or 5159402. OLE color: 5159402.

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

Color convert

RGB 234 185 78 -
CMYK 0 0.21 0.67 0.08
HSL 41.15º 0.79% 0.61% -
HSV(B) 41.15º 0.67% 0.92% -
XYZ 52.66 52.74 14.61 -
YUV 187.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 234 185 78 0 0.21 0.67 0.08 41.15 0.79 0.61
Hex EA B9 4E 0 15 43 8 29 4F 3D
Octal 352 271 116 0 25 103 10 51 117 75
Binary 11101010 10111001 1001110 0 10101 1000011 1000 101001 1001111 111101

Color Harmonies of #EAB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB94E

Black with #EAB94E

Text Example


Text Example

White with #EAB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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