Html Css Color HEX #E9BA85 Corvette

📋 copy color: '#E9BA85'

red 233 ◦ green 186 ◦ blue 133

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

Shades of Corvette #E9BA85

Tints of Corvette #E9BA85

RGB

 RED value IS 233 (91.41% from 255) = 42.21%

 GREEN value IS 186 (73.05% from 255) = 33.7%

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

R = 42.21%
G = 33.7%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E9BA85 (or 0xE9BA85) is known color: Corvette. HEX triplet: E9, BA and 85. RGB value is (233,186,133). Sum of RGB (Red+Green+Blue) = 233+186+133=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA85 is #16457A. Grayscale: #C2C2C2. Windows color (decimal): -1459579 or 8764137. OLE color: 8764137.

HSL color Cylindrical-coordinate representation of color #E9BA85: hue angle of 31.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9BA85 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 186 133 -
CMYK 0 0.20 0.43 0.09
HSL 31.8º 0.69% 0.72% -
HSV(B) 31.8º 0.43% 0.91% -
XYZ 55.4 54.13 29.72 -
YUV 194.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 233 186 133 0 0.20 0.43 0.09 31.8 0.69 0.72
Hex E9 BA 85 0 14 2B 9 20 45 48
Octal 351 272 205 0 24 53 11 40 105 110
Binary 11101001 10111010 10000101 0 10100 101011 1001 100000 1000101 1001000

Color Harmonies of #E9BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BA85

Black with #E9BA85

Text Example


Text Example

White with #E9BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BA85; }

 p { color: rgb(233,186,133); }

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

background-color css

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

 a { background-color: rgb(233,186,133); }

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

border-color css

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

 span { border-color: rgb(233,186,133); }

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