Html Css Color HEX #EEBF4A Cream Can

📋 copy color: '#EEBF4A'

red 238 ◦ green 191 ◦ blue 74

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

Shades of Cream Can #EEBF4A

Tints of Cream Can #EEBF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 47.32%
G = 37.97%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEBF4A (or 0xEEBF4A) is known color: Cream Can. HEX triplet: EE, BF and 4A. RGB value is (238,191,74). Sum of RGB (Red+Green+Blue) = 238+191+74=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBF4A is #1140B5. Grayscale: #C0C0C0. Windows color (decimal): -1130678 or 4898798. OLE color: 4898798.

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

Color convert

RGB 238 191 74 -
CMYK 0 0.20 0.69 0.07
HSL 42.8º 0.83% 0.61% -
HSV(B) 42.8º 0.69% 0.93% -
XYZ 55.13 55.93 14.37 -
YUV 191.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 238 191 74 0 0.20 0.69 0.07 42.8 0.83 0.61
Hex EE BF 4A 0 14 45 7 2B 53 3D
Octal 356 277 112 0 24 105 7 53 123 75
Binary 11101110 10111111 1001010 0 10100 1000101 111 101011 1010011 111101

Color Harmonies of #EEBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF4A

Black with #EEBF4A

Text Example


Text Example

White with #EEBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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