Html Css Color HEX #EABC85 Corvette

📋 copy color: '#EABC85'

red 234 ◦ green 188 ◦ blue 133

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

Shades of Corvette #EABC85

Tints of Corvette #EABC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 133 (52.34% from 255) = 23.96%

R = 42.16%
G = 33.87%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EABC85 (or 0xEABC85) is known color: Corvette. HEX triplet: EA, BC and 85. RGB value is (234,188,133). Sum of RGB (Red+Green+Blue) = 234+188+133=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC85 is #15437A. Grayscale: #C3C3C3. Windows color (decimal): -1393531 or 8764650. OLE color: 8764650.

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

Color convert

RGB 234 188 133 -
CMYK 0 0.20 0.43 0.08
HSL 32.67º 0.71% 0.72% -
HSV(B) 32.67º 0.43% 0.92% -
XYZ 56.15 55.15 29.88 -
YUV 195.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 234 188 133 0 0.20 0.43 0.08 32.67 0.71 0.72
Hex EA BC 85 0 14 2B 8 21 47 48
Octal 352 274 205 0 24 53 10 41 107 110
Binary 11101010 10111100 10000101 0 10100 101011 1000 100001 1000111 1001000

Color Harmonies of #EABC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC85

Black with #EABC85

Text Example


Text Example

White with #EABC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC85; }

 p { color: rgb(234,188,133); }

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

background-color css

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

 a { background-color: rgb(234,188,133); }

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

border-color css

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

 span { border-color: rgb(234,188,133); }

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