Html Css Color HEX #EAB57D Corvette

📋 copy color: '#EAB57D'

red 234 ◦ green 181 ◦ blue 125

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

Shades of Corvette #EAB57D

Tints of Corvette #EAB57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.52%

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

R = 43.33%
G = 33.52%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAB57D (or 0xEAB57D) is known color: Corvette. HEX triplet: EA, B5 and 7D. RGB value is (234,181,125). Sum of RGB (Red+Green+Blue) = 234+181+125=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB57D is #154A82. Grayscale: #BEBEBE. Windows color (decimal): -1395331 or 8238570. OLE color: 8238570.

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

Color convert

RGB 234 181 125 -
CMYK 0 0.23 0.47 0.08
HSL 30.83º 0.72% 0.7% -
HSV(B) 30.83º 0.47% 0.92% -
XYZ 54.16 52.02 26.59 -
YUV 190.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 234 181 125 0 0.23 0.47 0.08 30.83 0.72 0.7
Hex EA B5 7D 0 17 2F 8 1F 48 46
Octal 352 265 175 0 27 57 10 37 110 106
Binary 11101010 10110101 1111101 0 10111 101111 1000 11111 1001000 1000110

Color Harmonies of #EAB57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB57D

Black with #EAB57D

Text Example


Text Example

White with #EAB57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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