Html Css Color HEX #EAB84A Ronchi

📋 copy color: '#EAB84A'

red 234 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #EAB84A

Tints of Ronchi #EAB84A

RGB

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

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

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

R = 47.56%
G = 37.4%
B = 15.04%

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

#EAB84A (or 0xEAB84A) is known color: Ronchi. HEX triplet: EA, B8 and 4A. RGB value is (234,184,74). Sum of RGB (Red+Green+Blue) = 234+184+74=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB84A is #1547B5. Grayscale: #BABABA. Windows color (decimal): -1394614 or 4897002. OLE color: 4897002.

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

Color convert

RGB 234 184 74 -
CMYK 0 0.21 0.68 0.08
HSL 41.25º 0.79% 0.6% -
HSV(B) 41.25º 0.68% 0.92% -
XYZ 52.31 52.27 13.81 -
YUV 186.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 234 184 74 0 0.21 0.68 0.08 41.25 0.79 0.6
Hex EA B8 4A 0 15 44 8 29 4F 3C
Octal 352 270 112 0 25 104 10 51 117 74
Binary 11101010 10111000 1001010 0 10101 1000100 1000 101001 1001111 111100

Color Harmonies of #EAB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB84A

Black with #EAB84A

Text Example


Text Example

White with #EAB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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