Html Css Color HEX #EAB37C Corvette

📋 copy color: '#EAB37C'

red 234 ◦ green 179 ◦ blue 124

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

Shades of Corvette #EAB37C

Tints of Corvette #EAB37C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.33%

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

R = 43.58%
G = 33.33%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAB37C (or 0xEAB37C) is known color: Corvette. HEX triplet: EA, B3 and 7C. RGB value is (234,179,124). Sum of RGB (Red+Green+Blue) = 234+179+124=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB37C is #154C83. Grayscale: #BDBDBD. Windows color (decimal): -1395844 or 8172522. OLE color: 8172522.

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

Color convert

RGB 234 179 124 -
CMYK 0 0.24 0.47 0.08
HSL 30º 0.72% 0.7% -
HSV(B) 30º 0.47% 0.92% -
XYZ 53.69 51.19 26.12 -
YUV 189.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 234 179 124 0 0.24 0.47 0.08 30 0.72 0.7
Hex EA B3 7C 0 18 2F 8 1E 48 46
Octal 352 263 174 0 30 57 10 36 110 106
Binary 11101010 10110011 1111100 0 11000 101111 1000 11110 1001000 1000110

Color Harmonies of #EAB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB37C

Black with #EAB37C

Text Example


Text Example

White with #EAB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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