Html Css Color HEX #EEC44A Cream Can

📋 copy color: '#EEC44A'

red 238 ◦ green 196 ◦ blue 74

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

Shades of Cream Can #EEC44A

Tints of Cream Can #EEC44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.57%

R = 46.85%
G = 38.58%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEC44A (or 0xEEC44A) is known color: Cream Can. HEX triplet: EE, C4 and 4A. RGB value is (238,196,74). Sum of RGB (Red+Green+Blue) = 238+196+74=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 74 (29.30% from 255 or 14.57% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC44A is #113BB5. Grayscale: #C3C3C3. Windows color (decimal): -1129398 or 4900078. OLE color: 4900078.

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

Color convert

RGB 238 196 74 -
CMYK 0 0.18 0.69 0.07
HSL 44.63º 0.83% 0.61% -
HSV(B) 44.63º 0.69% 0.93% -
XYZ 56.24 58.15 14.74 -
YUV 194.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 238 196 74 0 0.18 0.69 0.07 44.63 0.83 0.61
Hex EE C4 4A 0 12 45 7 2D 53 3D
Octal 356 304 112 0 22 105 7 55 123 75
Binary 11101110 11000100 1001010 0 10010 1000101 111 101101 1010011 111101

Color Harmonies of #EEC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC44A

Black with #EEC44A

Text Example


Text Example

White with #EEC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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