Html Css Color HEX #EEBF46 Cream Can

📋 copy color: '#EEBF46'

red 238 ◦ green 191 ◦ blue 70

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

Shades of Cream Can #EEBF46

Tints of Cream Can #EEBF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 47.7%
G = 38.28%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEBF46 (or 0xEEBF46) is known color: Cream Can. HEX triplet: EE, BF and 46. RGB value is (238,191,70). Sum of RGB (Red+Green+Blue) = 238+191+70=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF46 is #1140B9. Grayscale: #BFBFBF. Windows color (decimal): -1130682 or 4636654. OLE color: 4636654.

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

Color convert

RGB 238 191 70 -
CMYK 0 0.20 0.71 0.07
HSL 43.21º 0.83% 0.6% -
HSV(B) 43.21º 0.71% 0.93% -
XYZ 55 55.88 13.68 -
YUV 191.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 238 191 70 0 0.20 0.71 0.07 43.21 0.83 0.6
Hex EE BF 46 0 14 47 7 2B 53 3C
Octal 356 277 106 0 24 107 7 53 123 74
Binary 11101110 10111111 1000110 0 10100 1000111 111 101011 1010011 111100

Color Harmonies of #EEBF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF46

Black with #EEBF46

Text Example


Text Example

White with #EEBF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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