Html Css Color HEX #EEC75A Cream Can

📋 copy color: '#EEC75A'

red 238 ◦ green 199 ◦ blue 90

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

Shades of Cream Can #EEC75A

Tints of Cream Can #EEC75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.76%

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 45.16%
G = 37.76%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EEC75A (or 0xEEC75A) is known color: Cream Can. HEX triplet: EE, C7 and 5A. RGB value is (238,199,90). Sum of RGB (Red+Green+Blue) = 238+199+90=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC75A is #1138A5. Grayscale: #C6C6C6. Windows color (decimal): -1128614 or 5949422. OLE color: 5949422.

HSL color Cylindrical-coordinate representation of color #EEC75A: hue angle of 44.19º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEC75A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 199 90 -
CMYK 0 0.16 0.62 0.07
HSL 44.19º 0.81% 0.64% -
HSV(B) 44.19º 0.62% 0.93% -
XYZ 57.53 59.76 18.18 -
YUV 198.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 238 199 90 0 0.16 0.62 0.07 44.19 0.81 0.64
Hex EE C7 5A 0 10 3E 7 2C 51 40
Octal 356 307 132 0 20 76 7 54 121 100
Binary 11101110 11000111 1011010 0 10000 111110 111 101100 1010001 1000000

Color Harmonies of #EEC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC75A

Black with #EEC75A

Text Example


Text Example

White with #EEC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC75A; }

 p { color: rgb(238,199,90); }

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

background-color css

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

 a { background-color: rgb(238,199,90); }

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

border-color css

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

 span { border-color: rgb(238,199,90); }

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