Html Css Color HEX #EABB8A Corvette

📋 copy color: '#EABB8A'

red 234 ◦ green 187 ◦ blue 138

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

Shades of Corvette #EABB8A

Tints of Corvette #EABB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.69%

R = 41.86%
G = 33.45%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EABB8A (or 0xEABB8A) is known color: Corvette. HEX triplet: EA, BB and 8A. RGB value is (234,187,138). Sum of RGB (Red+Green+Blue) = 234+187+138=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB8A is #154475. Grayscale: #C3C3C3. Windows color (decimal): -1393782 or 9092074. OLE color: 9092074.

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

Color convert

RGB 234 187 138 -
CMYK 0 0.20 0.41 0.08
HSL 30.63º 0.7% 0.73% -
HSV(B) 30.63º 0.41% 0.92% -
XYZ 56.29 54.87 31.67 -
YUV 195.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 234 187 138 0 0.20 0.41 0.08 30.63 0.7 0.73
Hex EA BB 8A 0 14 29 8 1F 46 49
Octal 352 273 212 0 24 51 10 37 106 111
Binary 11101010 10111011 10001010 0 10100 101001 1000 11111 1000110 1001001

Color Harmonies of #EABB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB8A

Black with #EABB8A

Text Example


Text Example

White with #EABB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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