Html Css Color HEX #EEC64D Cream Can

📋 copy color: '#EEC64D'

red 238 ◦ green 198 ◦ blue 77

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

Shades of Cream Can #EEC64D

Tints of Cream Can #EEC64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.01%

R = 46.39%
G = 38.6%
B = 15.01%

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

#EEC64D (or 0xEEC64D) is known color: Cream Can. HEX triplet: EE, C6 and 4D. RGB value is (238,198,77). Sum of RGB (Red+Green+Blue) = 238+198+77=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC64D is #1139B2. Grayscale: #C4C4C4. Windows color (decimal): -1128883 or 5097198. OLE color: 5097198.

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

Color convert

RGB 238 198 77 -
CMYK 0 0.17 0.68 0.07
HSL 45.09º 0.83% 0.62% -
HSV(B) 45.09º 0.68% 0.93% -
XYZ 56.79 59.1 15.44 -
YUV 196.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 238 198 77 0 0.17 0.68 0.07 45.09 0.83 0.62
Hex EE C6 4D 0 11 44 7 2D 53 3E
Octal 356 306 115 0 21 104 7 55 123 76
Binary 11101110 11000110 1001101 0 10001 1000100 111 101101 1010011 111110

Color Harmonies of #EEC64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC64D

Black with #EEC64D

Text Example


Text Example

White with #EEC64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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