Html Css Color HEX #EABB8C Corvette

📋 copy color: '#EABB8C'

red 234 ◦ green 187 ◦ blue 140

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

Shades of Corvette #EABB8C

Tints of Corvette #EABB8C

RGB

 RED value IS 234 (91.8% from 255) = 41.71%

 GREEN value IS 187 (73.44% from 255) = 33.33%

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

R = 41.71%
G = 33.33%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EABB8C (or 0xEABB8C) is known color: Corvette. HEX triplet: EA, BB and 8C. RGB value is (234,187,140). Sum of RGB (Red+Green+Blue) = 234+187+140=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB8C is #154473. Grayscale: #C3C3C3. Windows color (decimal): -1393780 or 9223146. OLE color: 9223146.

HSL color Cylindrical-coordinate representation of color #EABB8C: hue angle of 30º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EABB8C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 140 -
CMYK 0 0.20 0.40 0.08
HSL 30º 0.69% 0.73% -
HSV(B) 30º 0.4% 0.92% -
XYZ 56.44 54.93 32.44 -
YUV 195.7 96.57 155.32 -
System Red Green Blue C M Y K H S L
Decimal 234 187 140 0 0.20 0.40 0.08 30 0.69 0.73
Hex EA BB 8C 0 14 28 8 1E 45 49
Octal 352 273 214 0 24 50 10 36 105 111
Binary 11101010 10111011 10001100 0 10100 101000 1000 11110 1000101 1001001

Color Harmonies of #EABB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB8C

Black with #EABB8C

Text Example


Text Example

White with #EABB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB8C; }

 p { color: rgb(234,187,140); }

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

background-color css

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

 a { background-color: rgb(234,187,140); }

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

border-color css

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

 span { border-color: rgb(234,187,140); }

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