Html Css Color HEX #EEB98C Corvette

📋 copy color: '#EEB98C'

red 238 ◦ green 185 ◦ blue 140

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

Shades of Corvette #EEB98C

Tints of Corvette #EEB98C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.86%

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

R = 42.27%
G = 32.86%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEB98C (or 0xEEB98C) is known color: Corvette. HEX triplet: EE, B9 and 8C. RGB value is (238,185,140). Sum of RGB (Red+Green+Blue) = 238+185+140=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB98C is #114673. Grayscale: #C3C3C3. Windows color (decimal): -1132148 or 9222638. OLE color: 9222638.

HSL color Cylindrical-coordinate representation of color #EEB98C: hue angle of 27.55º 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 #EEB98C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 140 -
CMYK 0 0.22 0.41 0.07
HSL 27.55º 0.74% 0.74% -
HSV(B) 27.55º 0.41% 0.93% -
XYZ 57.34 54.77 32.36 -
YUV 195.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 238 185 140 0 0.22 0.41 0.07 27.55 0.74 0.74
Hex EE B9 8C 0 16 29 7 1C 4A 4A
Octal 356 271 214 0 26 51 7 34 112 112
Binary 11101110 10111001 10001100 0 10110 101001 111 11100 1001010 1001010

Color Harmonies of #EEB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB98C

Black with #EEB98C

Text Example


Text Example

White with #EEB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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