Html Css Color HEX #EEBC4B Cream Can

📋 copy color: '#EEBC4B'

red 238 ◦ green 188 ◦ blue 75

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

Shades of Cream Can #EEBC4B

Tints of Cream Can #EEBC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 75 (29.69% from 255) = 14.97%

R = 47.5%
G = 37.52%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEBC4B (or 0xEEBC4B) is known color: Cream Can. HEX triplet: EE, BC and 4B. RGB value is (238,188,75). Sum of RGB (Red+Green+Blue) = 238+188+75=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBC4B is #1143B4. Grayscale: #BEBEBE. Windows color (decimal): -1131445 or 4963566. OLE color: 4963566.

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

Color convert

RGB 238 188 75 -
CMYK 0 0.21 0.68 0.07
HSL 41.6º 0.83% 0.61% -
HSV(B) 41.6º 0.68% 0.93% -
XYZ 54.51 54.65 14.33 -
YUV 190.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 238 188 75 0 0.21 0.68 0.07 41.6 0.83 0.61
Hex EE BC 4B 0 15 44 7 2A 53 3D
Octal 356 274 113 0 25 104 7 52 123 75
Binary 11101110 10111100 1001011 0 10101 1000100 111 101010 1010011 111101

Color Harmonies of #EEBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBC4B

Black with #EEBC4B

Text Example


Text Example

White with #EEBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBC4B; }

 p { color: rgb(238,188,75); }

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

background-color css

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

 a { background-color: rgb(238,188,75); }

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

border-color css

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

 span { border-color: rgb(238,188,75); }

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