Html Css Color HEX #EAB44C Ronchi

📋 copy color: '#EAB44C'

red 234 ◦ green 180 ◦ blue 76

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

Shades of Ronchi #EAB44C

Tints of Ronchi #EAB44C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.73%

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

R = 47.76%
G = 36.73%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAB44C (or 0xEAB44C) is known color: Ronchi. HEX triplet: EA, B4 and 4C. RGB value is (234,180,76). Sum of RGB (Red+Green+Blue) = 234+180+76=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB44C is #154BB3. Grayscale: #B8B8B8. Windows color (decimal): -1395636 or 5027050. OLE color: 5027050.

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

Color convert

RGB 234 180 76 -
CMYK 0 0.23 0.68 0.08
HSL 39.49º 0.79% 0.61% -
HSV(B) 39.49º 0.68% 0.92% -
XYZ 51.56 50.66 13.9 -
YUV 184.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 234 180 76 0 0.23 0.68 0.08 39.49 0.79 0.61
Hex EA B4 4C 0 17 44 8 27 4F 3D
Octal 352 264 114 0 27 104 10 47 117 75
Binary 11101010 10110100 1001100 0 10111 1000100 1000 100111 1001111 111101

Color Harmonies of #EAB44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB44C

Black with #EAB44C

Text Example


Text Example

White with #EAB44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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