Html Css Color HEX #EABB84 Corvette

📋 copy color: '#EABB84'

red 234 ◦ green 187 ◦ blue 132

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

Shades of Corvette #EABB84

Tints of Corvette #EABB84

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

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

R = 42.31%
G = 33.82%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EABB84 (or 0xEABB84) is known color: Corvette. HEX triplet: EA, BB and 84. RGB value is (234,187,132). Sum of RGB (Red+Green+Blue) = 234+187+132=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB84 is #15447B. Grayscale: #C3C3C3. Windows color (decimal): -1393788 or 8698858. OLE color: 8698858.

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

Color convert

RGB 234 187 132 -
CMYK 0 0.20 0.44 0.08
HSL 32.35º 0.71% 0.72% -
HSV(B) 32.35º 0.44% 0.92% -
XYZ 55.87 54.7 29.44 -
YUV 194.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 234 187 132 0 0.20 0.44 0.08 32.35 0.71 0.72
Hex EA BB 84 0 14 2C 8 20 47 48
Octal 352 273 204 0 24 54 10 40 107 110
Binary 11101010 10111011 10000100 0 10100 101100 1000 100000 1000111 1001000

Color Harmonies of #EABB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB84

Black with #EABB84

Text Example


Text Example

White with #EABB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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