Html Css Color HEX #EAB486 Corvette

📋 copy color: '#EAB486'

red 234 ◦ green 180 ◦ blue 134

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

Shades of Corvette #EAB486

Tints of Corvette #EAB486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.45%

R = 42.7%
G = 32.85%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EAB486 (or 0xEAB486) is known color: Corvette. HEX triplet: EA, B4 and 86. RGB value is (234,180,134). Sum of RGB (Red+Green+Blue) = 234+180+134=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB486 is #154B79. Grayscale: #BFBFBF. Windows color (decimal): -1395578 or 8828138. OLE color: 8828138.

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

Color convert

RGB 234 180 134 -
CMYK 0 0.23 0.43 0.08
HSL 27.6º 0.7% 0.72% -
HSV(B) 27.6º 0.43% 0.92% -
XYZ 54.56 51.86 29.69 -
YUV 190.9 95.89 158.74 -
System Red Green Blue C M Y K H S L
Decimal 234 180 134 0 0.23 0.43 0.08 27.6 0.7 0.72
Hex EA B4 86 0 17 2B 8 1C 46 48
Octal 352 264 206 0 27 53 10 34 106 110
Binary 11101010 10110100 10000110 0 10111 101011 1000 11100 1000110 1001000

Color Harmonies of #EAB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB486

Black with #EAB486

Text Example


Text Example

White with #EAB486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB486; }

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

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

background-color css

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

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

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

border-color css

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

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

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