Html Css Color HEX #EAB24F Ronchi

📋 copy color: '#EAB24F'

red 234 ◦ green 178 ◦ blue 79

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

Shades of Ronchi #EAB24F

Tints of Ronchi #EAB24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.09%

R = 47.66%
G = 36.25%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAB24F (or 0xEAB24F) is known color: Ronchi. HEX triplet: EA, B2 and 4F. RGB value is (234,178,79). Sum of RGB (Red+Green+Blue) = 234+178+79=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB24F is #154DB0. Grayscale: #B7B7B7. Windows color (decimal): -1396145 or 5223146. OLE color: 5223146.

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

Color convert

RGB 234 178 79 -
CMYK 0 0.24 0.66 0.08
HSL 38.32º 0.79% 0.61% -
HSV(B) 38.32º 0.66% 0.92% -
XYZ 51.26 49.9 14.33 -
YUV 183.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 234 178 79 0 0.24 0.66 0.08 38.32 0.79 0.61
Hex EA B2 4F 0 18 42 8 26 4F 3D
Octal 352 262 117 0 30 102 10 46 117 75
Binary 11101010 10110010 1001111 0 11000 1000010 1000 100110 1001111 111101

Color Harmonies of #EAB24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB24F

Black with #EAB24F

Text Example


Text Example

White with #EAB24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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