Html Css Color HEX #EAB37D Corvette

📋 copy color: '#EAB37D'

red 234 ◦ green 179 ◦ blue 125

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

Shades of Corvette #EAB37D

Tints of Corvette #EAB37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 43.49%
G = 33.27%
B = 23.23%

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

#EAB37D (or 0xEAB37D) is known color: Corvette. HEX triplet: EA, B3 and 7D. RGB value is (234,179,125). Sum of RGB (Red+Green+Blue) = 234+179+125=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB37D is #154C82. Grayscale: #BDBDBD. Windows color (decimal): -1395843 or 8238058. OLE color: 8238058.

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

Color convert

RGB 234 179 125 -
CMYK 0 0.24 0.47 0.08
HSL 29.72º 0.72% 0.7% -
HSV(B) 29.72º 0.47% 0.92% -
XYZ 53.75 51.21 26.45 -
YUV 189.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 234 179 125 0 0.24 0.47 0.08 29.72 0.72 0.7
Hex EA B3 7D 0 18 2F 8 1E 48 46
Octal 352 263 175 0 30 57 10 36 110 106
Binary 11101010 10110011 1111101 0 11000 101111 1000 11110 1001000 1000110

Color Harmonies of #EAB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB37D

Black with #EAB37D

Text Example


Text Example

White with #EAB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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