Html Css Color HEX #EABD45 Cream Can

📋 copy color: '#EABD45'

red 234 ◦ green 189 ◦ blue 69

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

Shades of Cream Can #EABD45

Tints of Cream Can #EABD45

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 47.56%
G = 38.41%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EABD45 (or 0xEABD45) is known color: Cream Can. HEX triplet: EA, BD and 45. RGB value is (234,189,69). Sum of RGB (Red+Green+Blue) = 234+189+69=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD45 is #1542BA. Grayscale: #BDBDBD. Windows color (decimal): -1393339 or 4570602. OLE color: 4570602.

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

Color convert

RGB 234 189 69 -
CMYK 0 0.19 0.71 0.08
HSL 43.64º 0.8% 0.59% -
HSV(B) 43.64º 0.71% 0.92% -
XYZ 53.2 54.32 13.31 -
YUV 188.78 60.41 160.26 -
System Red Green Blue C M Y K H S L
Decimal 234 189 69 0 0.19 0.71 0.08 43.64 0.8 0.59
Hex EA BD 45 0 13 47 8 2C 50 3B
Octal 352 275 105 0 23 107 10 54 120 73
Binary 11101010 10111101 1000101 0 10011 1000111 1000 101100 1010000 111011

Color Harmonies of #EABD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD45

Black with #EABD45

Text Example


Text Example

White with #EABD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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