Html Css Color HEX #EEBF40 Cream Can

📋 copy color: '#EEBF40'

red 238 ◦ green 191 ◦ blue 64

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

Shades of Cream Can #EEBF40

Tints of Cream Can #EEBF40

RGB

 RED value IS 238 (93.36% from 255) = 48.28%

 GREEN value IS 191 (75% from 255) = 38.74%

 BLUE value IS 64 (25.39% from 255) = 12.98%

R = 48.28%
G = 38.74%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EEBF40 (or 0xEEBF40) is known color: Cream Can. HEX triplet: EE, BF and 40. RGB value is (238,191,64). Sum of RGB (Red+Green+Blue) = 238+191+64=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF40 is #1140BF. Grayscale: #BFBFBF. Windows color (decimal): -1130688 or 4243438. OLE color: 4243438.

HSL color Cylindrical-coordinate representation of color #EEBF40: hue angle of 43.79º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEBF40 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 64 -
CMYK 0 0.20 0.73 0.07
HSL 43.79º 0.84% 0.59% -
HSV(B) 43.79º 0.73% 0.93% -
XYZ 54.82 55.81 12.73 -
YUV 190.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 238 191 64 0 0.20 0.73 0.07 43.79 0.84 0.59
Hex EE BF 40 0 14 49 7 2C 54 3B
Octal 356 277 100 0 24 111 7 54 124 73
Binary 11101110 10111111 1000000 0 10100 1001001 111 101100 1010100 111011

Color Harmonies of #EEBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF40

Black with #EEBF40

Text Example


Text Example

White with #EEBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF40; }

 p { color: rgb(238,191,64); }

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

background-color css

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

 a { background-color: rgb(238,191,64); }

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

border-color css

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

 span { border-color: rgb(238,191,64); }

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