Html Css Color HEX #EAB64A Ronchi

📋 copy color: '#EAB64A'

red 234 ◦ green 182 ◦ blue 74

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

Shades of Ronchi #EAB64A

Tints of Ronchi #EAB64A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.14%

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

R = 47.76%
G = 37.14%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB64A (or 0xEAB64A) is known color: Ronchi. HEX triplet: EA, B6 and 4A. RGB value is (234,182,74). Sum of RGB (Red+Green+Blue) = 234+182+74=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB64A is #1549B5. Grayscale: #B9B9B9. Windows color (decimal): -1395126 or 4896490. OLE color: 4896490.

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

Color convert

RGB 234 182 74 -
CMYK 0 0.22 0.68 0.08
HSL 40.5º 0.79% 0.6% -
HSV(B) 40.5º 0.68% 0.92% -
XYZ 51.9 51.44 13.67 -
YUV 185.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 234 182 74 0 0.22 0.68 0.08 40.5 0.79 0.6
Hex EA B6 4A 0 16 44 8 28 4F 3C
Octal 352 266 112 0 26 104 10 50 117 74
Binary 11101010 10110110 1001010 0 10110 1000100 1000 101000 1001111 111100

Color Harmonies of #EAB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB64A

Black with #EAB64A

Text Example


Text Example

White with #EAB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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