Html Css Color HEX #EAB24A Ronchi

📋 copy color: '#EAB24A'

red 234 ◦ green 178 ◦ blue 74

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

Shades of Ronchi #EAB24A

Tints of Ronchi #EAB24A

RGB

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

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

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

R = 48.15%
G = 36.63%
B = 15.23%

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

#EAB24A (or 0xEAB24A) is known color: Ronchi. HEX triplet: EA, B2 and 4A. RGB value is (234,178,74). Sum of RGB (Red+Green+Blue) = 234+178+74=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB24A is #154DB5. Grayscale: #B7B7B7. Windows color (decimal): -1396150 or 4895466. OLE color: 4895466.

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

Color convert

RGB 234 178 74 -
CMYK 0 0.24 0.68 0.08
HSL 39º 0.79% 0.6% -
HSV(B) 39º 0.68% 0.92% -
XYZ 51.09 49.83 13.4 -
YUV 182.89 66.55 164.46 -
System Red Green Blue C M Y K H S L
Decimal 234 178 74 0 0.24 0.68 0.08 39 0.79 0.6
Hex EA B2 4A 0 18 44 8 27 4F 3C
Octal 352 262 112 0 30 104 10 47 117 74
Binary 11101010 10110010 1001010 0 11000 1000100 1000 100111 1001111 111100

Color Harmonies of #EAB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB24A

Black with #EAB24A

Text Example


Text Example

White with #EAB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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