Html Css Color HEX #EABD8C Corvette

📋 copy color: '#EABD8C'

red 234 ◦ green 189 ◦ blue 140

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

Shades of Corvette #EABD8C

Tints of Corvette #EABD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.57%

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

R = 41.56%
G = 33.57%
B = 24.87%

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

#EABD8C (or 0xEABD8C) is known color: Corvette. HEX triplet: EA, BD and 8C. RGB value is (234,189,140). Sum of RGB (Red+Green+Blue) = 234+189+140=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD8C is #154273. Grayscale: #C5C5C5. Windows color (decimal): -1393268 or 9223658. OLE color: 9223658.

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

Color convert

RGB 234 189 140 -
CMYK 0 0.19 0.40 0.08
HSL 31.28º 0.69% 0.73% -
HSV(B) 31.28º 0.4% 0.92% -
XYZ 56.86 55.78 32.58 -
YUV 196.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 234 189 140 0 0.19 0.40 0.08 31.28 0.69 0.73
Hex EA BD 8C 0 13 28 8 1F 45 49
Octal 352 275 214 0 23 50 10 37 105 111
Binary 11101010 10111101 10001100 0 10011 101000 1000 11111 1000101 1001001

Color Harmonies of #EABD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD8C

Black with #EABD8C

Text Example


Text Example

White with #EABD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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