Html Css Color HEX #EAB884 Corvette

📋 copy color: '#EAB884'

red 234 ◦ green 184 ◦ blue 132

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

Shades of Corvette #EAB884

Tints of Corvette #EAB884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.45%

 BLUE value IS 132 (51.95% from 255) = 24%

R = 42.55%
G = 33.45%
B = 24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAB884 (or 0xEAB884) is known color: Corvette. HEX triplet: EA, B8 and 84. RGB value is (234,184,132). Sum of RGB (Red+Green+Blue) = 234+184+132=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB884 is #15477B. Grayscale: #C1C1C1. Windows color (decimal): -1394556 or 8698090. OLE color: 8698090.

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

Color convert

RGB 234 184 132 -
CMYK 0 0.21 0.44 0.08
HSL 30.59º 0.71% 0.72% -
HSV(B) 30.59º 0.44% 0.92% -
XYZ 55.24 53.44 29.23 -
YUV 193.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 234 184 132 0 0.21 0.44 0.08 30.59 0.71 0.72
Hex EA B8 84 0 15 2C 8 1F 47 48
Octal 352 270 204 0 25 54 10 37 107 110
Binary 11101010 10111000 10000100 0 10101 101100 1000 11111 1000111 1001000

Color Harmonies of #EAB884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB884

Black with #EAB884

Text Example


Text Example

White with #EAB884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB884; }

 p { color: rgb(234,184,132); }

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

background-color css

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

 a { background-color: rgb(234,184,132); }

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

border-color css

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

 span { border-color: rgb(234,184,132); }

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