Html Css Color HEX #EAB77D Corvette

📋 copy color: '#EAB77D'

red 234 ◦ green 183 ◦ blue 125

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

Shades of Corvette #EAB77D

Tints of Corvette #EAB77D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

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

R = 43.17%
G = 33.76%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAB77D (or 0xEAB77D) is known color: Corvette. HEX triplet: EA, B7 and 7D. RGB value is (234,183,125). Sum of RGB (Red+Green+Blue) = 234+183+125=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB77D is #154882. Grayscale: #BFBFBF. Windows color (decimal): -1394819 or 8239082. OLE color: 8239082.

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

Color convert

RGB 234 183 125 -
CMYK 0 0.22 0.47 0.08
HSL 31.93º 0.72% 0.7% -
HSV(B) 31.93º 0.47% 0.92% -
XYZ 54.57 52.84 26.73 -
YUV 191.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 234 183 125 0 0.22 0.47 0.08 31.93 0.72 0.7
Hex EA B7 7D 0 16 2F 8 20 48 46
Octal 352 267 175 0 26 57 10 40 110 106
Binary 11101010 10110111 1111101 0 10110 101111 1000 100000 1001000 1000110

Color Harmonies of #EAB77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB77D

Black with #EAB77D

Text Example


Text Example

White with #EAB77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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