Html Css Color HEX #EEC34C Cream Can

📋 copy color: '#EEC34C'

red 238 ◦ green 195 ◦ blue 76

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

Shades of Cream Can #EEC34C

Tints of Cream Can #EEC34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.31%

 BLUE value IS 76 (30.08% from 255) = 14.93%

R = 46.76%
G = 38.31%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEC34C (or 0xEEC34C) is known color: Cream Can. HEX triplet: EE, C3 and 4C. RGB value is (238,195,76). Sum of RGB (Red+Green+Blue) = 238+195+76=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC34C is #113CB3. Grayscale: #C2C2C2. Windows color (decimal): -1129652 or 5030894. OLE color: 5030894.

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

Color convert

RGB 238 195 76 -
CMYK 0 0.18 0.68 0.07
HSL 44.07º 0.83% 0.62% -
HSV(B) 44.07º 0.68% 0.93% -
XYZ 56.08 57.73 15.02 -
YUV 194.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 238 195 76 0 0.18 0.68 0.07 44.07 0.83 0.62
Hex EE C3 4C 0 12 44 7 2C 53 3E
Octal 356 303 114 0 22 104 7 54 123 76
Binary 11101110 11000011 1001100 0 10010 1000100 111 101100 1010011 111110

Color Harmonies of #EEC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC34C

Black with #EEC34C

Text Example


Text Example

White with #EEC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC34C; }

 p { color: rgb(238,195,76); }

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

background-color css

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

 a { background-color: rgb(238,195,76); }

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

border-color css

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

 span { border-color: rgb(238,195,76); }

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