Html Css Color HEX #EEC34B Cream Can

📋 copy color: '#EEC34B'

red 238 ◦ green 195 ◦ blue 75

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

Shades of Cream Can #EEC34B

Tints of Cream Can #EEC34B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.39%

 BLUE value IS 75 (29.69% from 255) = 14.76%

R = 46.85%
G = 38.39%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEC34B (or 0xEEC34B) is known color: Cream Can. HEX triplet: EE, C3 and 4B. RGB value is (238,195,75). Sum of RGB (Red+Green+Blue) = 238+195+75=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC34B is #113CB4. Grayscale: #C2C2C2. Windows color (decimal): -1129653 or 4965358. OLE color: 4965358.

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

Color convert

RGB 238 195 75 -
CMYK 0 0.18 0.68 0.07
HSL 44.17º 0.83% 0.61% -
HSV(B) 44.17º 0.68% 0.93% -
XYZ 56.05 57.72 14.84 -
YUV 194.18 60.75 159.26 -
System Red Green Blue C M Y K H S L
Decimal 238 195 75 0 0.18 0.68 0.07 44.17 0.83 0.61
Hex EE C3 4B 0 12 44 7 2C 53 3D
Octal 356 303 113 0 22 104 7 54 123 75
Binary 11101110 11000011 1001011 0 10010 1000100 111 101100 1010011 111101

Color Harmonies of #EEC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC34B

Black with #EEC34B

Text Example


Text Example

White with #EEC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC34B; }

 p { color: rgb(238,195,75); }

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

background-color css

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

 a { background-color: rgb(238,195,75); }

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

border-color css

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

 span { border-color: rgb(238,195,75); }

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