Html Css Color HEX #EABE8C Corvette

📋 copy color: '#EABE8C'

red 234 ◦ green 190 ◦ blue 140

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

Shades of Corvette #EABE8C

Tints of Corvette #EABE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

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

R = 41.49%
G = 33.69%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EABE8C (or 0xEABE8C) is known color: Corvette. HEX triplet: EA, BE and 8C. RGB value is (234,190,140). Sum of RGB (Red+Green+Blue) = 234+190+140=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABE8C is #154173. Grayscale: #C5C5C5. Windows color (decimal): -1393012 or 9223914. OLE color: 9223914.

HSL color Cylindrical-coordinate representation of color #EABE8C: hue angle of 31.91º 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 #EABE8C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 190 140 -
CMYK 0 0.19 0.40 0.08
HSL 31.91º 0.69% 0.73% -
HSV(B) 31.91º 0.4% 0.92% -
XYZ 57.08 56.21 32.65 -
YUV 197.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 234 190 140 0 0.19 0.40 0.08 31.91 0.69 0.73
Hex EA BE 8C 0 13 28 8 20 45 49
Octal 352 276 214 0 23 50 10 40 105 111
Binary 11101010 10111110 10001100 0 10011 101000 1000 100000 1000101 1001001

Color Harmonies of #EABE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE8C

Black with #EABE8C

Text Example


Text Example

White with #EABE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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