Html Css Color HEX #EEC08C Corvette

📋 copy color: '#EEC08C'

red 238 ◦ green 192 ◦ blue 140

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

Shades of Corvette #EEC08C

Tints of Corvette #EEC08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 140 (55.08% from 255) = 24.56%

R = 41.75%
G = 33.68%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEC08C (or 0xEEC08C) is known color: Corvette. HEX triplet: EE, C0 and 8C. RGB value is (238,192,140). Sum of RGB (Red+Green+Blue) = 238+192+140=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC08C is #113F73. Grayscale: #C8C8C8. Windows color (decimal): -1130356 or 9224430. OLE color: 9224430.

HSL color Cylindrical-coordinate representation of color #EEC08C: hue angle of 31.84º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC08C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 140 -
CMYK 0 0.19 0.41 0.07
HSL 31.84º 0.74% 0.74% -
HSV(B) 31.84º 0.41% 0.93% -
XYZ 58.84 57.77 32.86 -
YUV 199.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 238 192 140 0 0.19 0.41 0.07 31.84 0.74 0.74
Hex EE C0 8C 0 13 29 7 20 4A 4A
Octal 356 300 214 0 23 51 7 40 112 112
Binary 11101110 11000000 10001100 0 10011 101001 111 100000 1001010 1001010

Color Harmonies of #EEC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC08C

Black with #EEC08C

Text Example


Text Example

White with #EEC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC08C; }

 p { color: rgb(238,192,140); }

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

background-color css

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

 a { background-color: rgb(238,192,140); }

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

border-color css

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

 span { border-color: rgb(238,192,140); }

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