Html Css Color HEX #EEC64C Cream Can

📋 copy color: '#EEC64C'

red 238 ◦ green 198 ◦ blue 76

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

Shades of Cream Can #EEC64C

Tints of Cream Can #EEC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 46.48%
G = 38.67%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEC64C (or 0xEEC64C) is known color: Cream Can. HEX triplet: EE, C6 and 4C. RGB value is (238,198,76). Sum of RGB (Red+Green+Blue) = 238+198+76=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC64C is #1139B3. Grayscale: #C4C4C4. Windows color (decimal): -1128884 or 5031662. OLE color: 5031662.

HSL color Cylindrical-coordinate representation of color #EEC64C: hue angle of 45.19º 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 #EEC64C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 198 76 -
CMYK 0 0.17 0.68 0.07
HSL 45.19º 0.83% 0.62% -
HSV(B) 45.19º 0.68% 0.93% -
XYZ 56.76 59.09 15.25 -
YUV 196.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 238 198 76 0 0.17 0.68 0.07 45.19 0.83 0.62
Hex EE C6 4C 0 11 44 7 2D 53 3E
Octal 356 306 114 0 21 104 7 55 123 76
Binary 11101110 11000110 1001100 0 10001 1000100 111 101101 1010011 111110

Color Harmonies of #EEC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC64C

Black with #EEC64C

Text Example


Text Example

White with #EEC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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