Html Css Color HEX #EEC248 Cream Can

📋 copy color: '#EEC248'

red 238 ◦ green 194 ◦ blue 72

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

Shades of Cream Can #EEC248

Tints of Cream Can #EEC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.49%

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

R = 47.22%
G = 38.49%
B = 14.29%

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

#EEC248 (or 0xEEC248) is known color: Cream Can. HEX triplet: EE, C2 and 48. RGB value is (238,194,72). Sum of RGB (Red+Green+Blue) = 238+194+72=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC248 is #113DB7. Grayscale: #C1C1C1. Windows color (decimal): -1129912 or 4768494. OLE color: 4768494.

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

Color convert

RGB 238 194 72 -
CMYK 0 0.18 0.70 0.07
HSL 44.1º 0.83% 0.61% -
HSV(B) 44.1º 0.7% 0.93% -
XYZ 55.72 57.23 14.24 -
YUV 193.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 238 194 72 0 0.18 0.70 0.07 44.1 0.83 0.61
Hex EE C2 48 0 12 46 7 2C 53 3D
Octal 356 302 110 0 22 106 7 54 123 75
Binary 11101110 11000010 1001000 0 10010 1000110 111 101100 1010011 111101

Color Harmonies of #EEC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC248

Black with #EEC248

Text Example


Text Example

White with #EEC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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