Html Css Color HEX #EAB648 Ronchi

📋 copy color: '#EAB648'

red 234 ◦ green 182 ◦ blue 72

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

Shades of Ronchi #EAB648

Tints of Ronchi #EAB648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.75%

R = 47.95%
G = 37.3%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAB648 (or 0xEAB648) is known color: Ronchi. HEX triplet: EA, B6 and 48. RGB value is (234,182,72). Sum of RGB (Red+Green+Blue) = 234+182+72=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB648 is #1549B7. Grayscale: #B9B9B9. Windows color (decimal): -1395128 or 4765418. OLE color: 4765418.

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

Color convert

RGB 234 182 72 -
CMYK 0 0.22 0.69 0.08
HSL 40.74º 0.79% 0.6% -
HSV(B) 40.74º 0.69% 0.92% -
XYZ 51.83 51.42 13.32 -
YUV 185.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 234 182 72 0 0.22 0.69 0.08 40.74 0.79 0.6
Hex EA B6 48 0 16 45 8 29 4F 3C
Octal 352 266 110 0 26 105 10 51 117 74
Binary 11101010 10110110 1001000 0 10110 1000101 1000 101001 1001111 111100

Color Harmonies of #EAB648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB648

Black with #EAB648

Text Example


Text Example

White with #EAB648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB648; }

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

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

background-color css

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

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

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

border-color css

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

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

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