Html Css Color HEX #EAB954 Ronchi

📋 copy color: '#EAB954'

red 234 ◦ green 185 ◦ blue 84

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

Shades of Ronchi #EAB954

Tints of Ronchi #EAB954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.7%

R = 46.52%
G = 36.78%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB954 (or 0xEAB954) is known color: Ronchi. HEX triplet: EA, B9 and 54. RGB value is (234,185,84). Sum of RGB (Red+Green+Blue) = 234+185+84=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB954 is #1546AB. Grayscale: #BCBCBC. Windows color (decimal): -1394348 or 5552618. OLE color: 5552618.

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

Color convert

RGB 234 185 84 -
CMYK 0 0.21 0.64 0.08
HSL 40.4º 0.78% 0.62% -
HSV(B) 40.4º 0.64% 0.92% -
XYZ 52.88 52.83 15.8 -
YUV 188.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 234 185 84 0 0.21 0.64 0.08 40.4 0.78 0.62
Hex EA B9 54 0 15 40 8 28 4E 3E
Octal 352 271 124 0 25 100 10 50 116 76
Binary 11101010 10111001 1010100 0 10101 1000000 1000 101000 1001110 111110

Color Harmonies of #EAB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB954

Black with #EAB954

Text Example


Text Example

White with #EAB954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB954; }

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

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

background-color css

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

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

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

border-color css

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

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

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