Html Css Color HEX #EEC448 Cream Can

📋 copy color: '#EEC448'

red 238 ◦ green 196 ◦ blue 72

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

Shades of Cream Can #EEC448

Tints of Cream Can #EEC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.74%

 BLUE value IS 72 (28.52% from 255) = 14.23%

R = 47.04%
G = 38.74%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EEC448 (or 0xEEC448) is known color: Cream Can. HEX triplet: EE, C4 and 48. RGB value is (238,196,72). Sum of RGB (Red+Green+Blue) = 238+196+72=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC448 is #113BB7. Grayscale: #C2C2C2. Windows color (decimal): -1129400 or 4769006. OLE color: 4769006.

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

Color convert

RGB 238 196 72 -
CMYK 0 0.18 0.70 0.07
HSL 44.82º 0.83% 0.61% -
HSV(B) 44.82º 0.7% 0.93% -
XYZ 56.17 58.12 14.39 -
YUV 194.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 238 196 72 0 0.18 0.70 0.07 44.82 0.83 0.61
Hex EE C4 48 0 12 46 7 2D 53 3D
Octal 356 304 110 0 22 106 7 55 123 75
Binary 11101110 11000100 1001000 0 10010 1000110 111 101101 1010011 111101

Color Harmonies of #EEC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC448

Black with #EEC448

Text Example


Text Example

White with #EEC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC448; }

 p { color: rgb(238,196,72); }

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

background-color css

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

 a { background-color: rgb(238,196,72); }

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

border-color css

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

 span { border-color: rgb(238,196,72); }

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