Html Css Color HEX #EAB482 Corvette

📋 copy color: '#EAB482'

red 234 ◦ green 180 ◦ blue 130

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

Shades of Corvette #EAB482

Tints of Corvette #EAB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.09%

 BLUE value IS 130 (51.17% from 255) = 23.9%

R = 43.01%
G = 33.09%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAB482 (or 0xEAB482) is known color: Corvette. HEX triplet: EA, B4 and 82. RGB value is (234,180,130). Sum of RGB (Red+Green+Blue) = 234+180+130=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB482 is #154B7D. Grayscale: #BEBEBE. Windows color (decimal): -1395582 or 8565994. OLE color: 8565994.

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

Color convert

RGB 234 180 130 -
CMYK 0 0.23 0.44 0.08
HSL 28.85º 0.71% 0.71% -
HSV(B) 28.85º 0.44% 0.92% -
XYZ 54.28 51.75 28.25 -
YUV 190.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 234 180 130 0 0.23 0.44 0.08 28.85 0.71 0.71
Hex EA B4 82 0 17 2C 8 1D 47 47
Octal 352 264 202 0 27 54 10 35 107 107
Binary 11101010 10110100 10000010 0 10111 101100 1000 11101 1000111 1000111

Color Harmonies of #EAB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB482

Black with #EAB482

Text Example


Text Example

White with #EAB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB482; }

 p { color: rgb(234,180,130); }

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

background-color css

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

 a { background-color: rgb(234,180,130); }

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

border-color css

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

 span { border-color: rgb(234,180,130); }

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