Html Css Color HEX #EAB84E Ronchi

📋 copy color: '#EAB84E'

red 234 ◦ green 184 ◦ blue 78

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

Shades of Ronchi #EAB84E

Tints of Ronchi #EAB84E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.1%

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

R = 47.18%
G = 37.1%
B = 15.73%

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

#EAB84E (or 0xEAB84E) is known color: Ronchi. HEX triplet: EA, B8 and 4E. RGB value is (234,184,78). Sum of RGB (Red+Green+Blue) = 234+184+78=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB84E is #1547B1. Grayscale: #BBBBBB. Windows color (decimal): -1394610 or 5159146. OLE color: 5159146.

HSL color Cylindrical-coordinate representation of color #EAB84E: hue angle of 40.77º 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 #EAB84E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 184 78 -
CMYK 0 0.21 0.67 0.08
HSL 40.77º 0.79% 0.61% -
HSV(B) 40.77º 0.67% 0.92% -
XYZ 52.45 52.32 14.54 -
YUV 186.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 234 184 78 0 0.21 0.67 0.08 40.77 0.79 0.61
Hex EA B8 4E 0 15 43 8 29 4F 3D
Octal 352 270 116 0 25 103 10 51 117 75
Binary 11101010 10111000 1001110 0 10101 1000011 1000 101001 1001111 111101

Color Harmonies of #EAB84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB84E

Black with #EAB84E

Text Example


Text Example

White with #EAB84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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