Html Css Color HEX #EEC750 Cream Can

📋 copy color: '#EEC750'

red 238 ◦ green 199 ◦ blue 80

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

Shades of Cream Can #EEC750

Tints of Cream Can #EEC750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 46.03%
G = 38.49%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEC750 (or 0xEEC750) is known color: Cream Can. HEX triplet: EE, C7 and 50. RGB value is (238,199,80). Sum of RGB (Red+Green+Blue) = 238+199+80=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC750 is #1138AF. Grayscale: #C5C5C5. Windows color (decimal): -1128624 or 5294062. OLE color: 5294062.

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

Color convert

RGB 238 199 80 -
CMYK 0 0.16 0.66 0.07
HSL 45.19º 0.82% 0.62% -
HSV(B) 45.19º 0.66% 0.93% -
XYZ 57.13 59.6 16.08 -
YUV 197.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 238 199 80 0 0.16 0.66 0.07 45.19 0.82 0.62
Hex EE C7 50 0 10 42 7 2D 52 3E
Octal 356 307 120 0 20 102 7 55 122 76
Binary 11101110 11000111 1010000 0 10000 1000010 111 101101 1010010 111110

Color Harmonies of #EEC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC750

Black with #EEC750

Text Example


Text Example

White with #EEC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC750; }

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

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

background-color css

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

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

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

border-color css

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

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

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