Html Css Color HEX #EABD41 Cream Can

📋 copy color: '#EABD41'

red 234 ◦ green 189 ◦ blue 65

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

Shades of Cream Can #EABD41

Tints of Cream Can #EABD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.32%

R = 47.95%
G = 38.73%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EABD41 (or 0xEABD41) is known color: Cream Can. HEX triplet: EA, BD and 41. RGB value is (234,189,65). Sum of RGB (Red+Green+Blue) = 234+189+65=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABD41 is #1542BE. Grayscale: #BCBCBC. Windows color (decimal): -1393343 or 4308458. OLE color: 4308458.

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

Color convert

RGB 234 189 65 -
CMYK 0 0.19 0.72 0.08
HSL 44.02º 0.8% 0.59% -
HSV(B) 44.02º 0.72% 0.92% -
XYZ 53.08 54.27 12.68 -
YUV 188.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 234 189 65 0 0.19 0.72 0.08 44.02 0.8 0.59
Hex EA BD 41 0 13 48 8 2C 50 3B
Octal 352 275 101 0 23 110 10 54 120 73
Binary 11101010 10111101 1000001 0 10011 1001000 1000 101100 1010000 111011

Color Harmonies of #EABD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD41

Black with #EABD41

Text Example


Text Example

White with #EABD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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