Html Css Color HEX #EAB580 Corvette

📋 copy color: '#EAB580'

red 234 ◦ green 181 ◦ blue 128

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

Shades of Corvette #EAB580

Tints of Corvette #EAB580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 43.09%
G = 33.33%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EAB580 (or 0xEAB580) is known color: Corvette. HEX triplet: EA, B5 and 80. RGB value is (234,181,128). Sum of RGB (Red+Green+Blue) = 234+181+128=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB580 is #154A7F. Grayscale: #BFBFBF. Windows color (decimal): -1395328 or 8435178. OLE color: 8435178.

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

Color convert

RGB 234 181 128 -
CMYK 0 0.23 0.45 0.08
HSL 30º 0.72% 0.71% -
HSV(B) 30º 0.45% 0.92% -
XYZ 54.35 52.1 27.61 -
YUV 190.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 234 181 128 0 0.23 0.45 0.08 30 0.72 0.71
Hex EA B5 80 0 17 2D 8 1E 48 47
Octal 352 265 200 0 27 55 10 36 110 107
Binary 11101010 10110101 10000000 0 10111 101101 1000 11110 1001000 1000111

Color Harmonies of #EAB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB580

Black with #EAB580

Text Example


Text Example

White with #EAB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB580; }

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

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

background-color css

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

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

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

border-color css

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

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

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