Html Css Color HEX #EEBA8C Corvette

📋 copy color: '#EEBA8C'

red 238 ◦ green 186 ◦ blue 140

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

Shades of Corvette #EEBA8C

Tints of Corvette #EEBA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

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

R = 42.2%
G = 32.98%
B = 24.82%

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

#EEBA8C (or 0xEEBA8C) is known color: Corvette. HEX triplet: EE, BA and 8C. RGB value is (238,186,140). Sum of RGB (Red+Green+Blue) = 238+186+140=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBA8C is #114573. Grayscale: #C4C4C4. Windows color (decimal): -1131892 or 9222894. OLE color: 9222894.

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

Color convert

RGB 238 186 140 -
CMYK 0 0.22 0.41 0.07
HSL 28.16º 0.74% 0.74% -
HSV(B) 28.16º 0.41% 0.93% -
XYZ 57.55 55.19 32.43 -
YUV 196.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 238 186 140 0 0.22 0.41 0.07 28.16 0.74 0.74
Hex EE BA 8C 0 16 29 7 1C 4A 4A
Octal 356 272 214 0 26 51 7 34 112 112
Binary 11101110 10111010 10001100 0 10110 101001 111 11100 1001010 1001010

Color Harmonies of #EEBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA8C

Black with #EEBA8C

Text Example


Text Example

White with #EEBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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