Html Css Color HEX #EABB45 Cream Can

📋 copy color: '#EABB45'

red 234 ◦ green 187 ◦ blue 69

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

Shades of Cream Can #EABB45

Tints of Cream Can #EABB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

 BLUE value IS 69 (27.34% from 255) = 14.08%

R = 47.76%
G = 38.16%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EABB45 (or 0xEABB45) is known color: Cream Can. HEX triplet: EA, BB and 45. RGB value is (234,187,69). Sum of RGB (Red+Green+Blue) = 234+187+69=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB45 is #1544BA. Grayscale: #BCBCBC. Windows color (decimal): -1393851 or 4570090. OLE color: 4570090.

HSL color Cylindrical-coordinate representation of color #EABB45: hue angle of 42.91º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EABB45 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 69 -
CMYK 0 0.20 0.71 0.08
HSL 42.91º 0.8% 0.59% -
HSV(B) 42.91º 0.71% 0.92% -
XYZ 52.78 53.46 13.17 -
YUV 187.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 234 187 69 0 0.20 0.71 0.08 42.91 0.8 0.59
Hex EA BB 45 0 14 47 8 2B 50 3B
Octal 352 273 105 0 24 107 10 53 120 73
Binary 11101010 10111011 1000101 0 10100 1000111 1000 101011 1010000 111011

Color Harmonies of #EABB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB45

Black with #EABB45

Text Example


Text Example

White with #EABB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB45; }

 p { color: rgb(234,187,69); }

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

background-color css

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

 a { background-color: rgb(234,187,69); }

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

border-color css

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

 span { border-color: rgb(234,187,69); }

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