Html Css Color HEX #EAB24C Ronchi

📋 copy color: '#EAB24C'

red 234 ◦ green 178 ◦ blue 76

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

Shades of Ronchi #EAB24C

Tints of Ronchi #EAB24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

 BLUE value IS 76 (30.08% from 255) = 15.57%

R = 47.95%
G = 36.48%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB24C (or 0xEAB24C) is known color: Ronchi. HEX triplet: EA, B2 and 4C. RGB value is (234,178,76). Sum of RGB (Red+Green+Blue) = 234+178+76=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB24C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB24C is #154DB3. Grayscale: #B7B7B7. Windows color (decimal): -1396148 or 5026538. OLE color: 5026538.

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

Color convert

RGB 234 178 76 -
CMYK 0 0.24 0.68 0.08
HSL 38.73º 0.79% 0.61% -
HSV(B) 38.73º 0.68% 0.92% -
XYZ 51.16 49.86 13.76 -
YUV 183.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 234 178 76 0 0.24 0.68 0.08 38.73 0.79 0.61
Hex EA B2 4C 0 18 44 8 27 4F 3D
Octal 352 262 114 0 30 104 10 47 117 75
Binary 11101010 10110010 1001100 0 11000 1000100 1000 100111 1001111 111101

Color Harmonies of #EAB24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB24C

Black with #EAB24C

Text Example


Text Example

White with #EAB24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB24C; }

 p { color: rgb(234,178,76); }

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

background-color css

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

 a { background-color: rgb(234,178,76); }

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

border-color css

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

 span { border-color: rgb(234,178,76); }

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