Html Css Color HEX #EABB7C Corvette

📋 copy color: '#EABB7C'

red 234 ◦ green 187 ◦ blue 124

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

Shades of Corvette #EABB7C

Tints of Corvette #EABB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.75%

R = 42.94%
G = 34.31%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EABB7C (or 0xEABB7C) is known color: Corvette. HEX triplet: EA, BB and 7C. RGB value is (234,187,124). Sum of RGB (Red+Green+Blue) = 234+187+124=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB7C is #154483. Grayscale: #C2C2C2. Windows color (decimal): -1393796 or 8174570. OLE color: 8174570.

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

Color convert

RGB 234 187 124 -
CMYK 0 0.20 0.47 0.08
HSL 34.36º 0.72% 0.7% -
HSV(B) 34.36º 0.47% 0.92% -
XYZ 55.34 54.49 26.67 -
YUV 193.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 234 187 124 0 0.20 0.47 0.08 34.36 0.72 0.7
Hex EA BB 7C 0 14 2F 8 22 48 46
Octal 352 273 174 0 24 57 10 42 110 106
Binary 11101010 10111011 1111100 0 10100 101111 1000 100010 1001000 1000110

Color Harmonies of #EABB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB7C

Black with #EABB7C

Text Example


Text Example

White with #EABB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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