Html Css Color HEX #E9BA7D Corvette

📋 copy color: '#E9BA7D'

red 233 ◦ green 186 ◦ blue 125

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

Shades of Corvette #E9BA7D

Tints of Corvette #E9BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.98%

R = 42.83%
G = 34.19%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9BA7D (or 0xE9BA7D) is known color: Corvette. HEX triplet: E9, BA and 7D. RGB value is (233,186,125). Sum of RGB (Red+Green+Blue) = 233+186+125=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA7D is #164582. Grayscale: #C1C1C1. Windows color (decimal): -1459587 or 8239849. OLE color: 8239849.

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

Color convert

RGB 233 186 125 -
CMYK 0 0.20 0.46 0.09
HSL 33.89º 0.71% 0.7% -
HSV(B) 33.89º 0.46% 0.91% -
XYZ 54.86 53.92 26.92 -
YUV 193.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 233 186 125 0 0.20 0.46 0.09 33.89 0.71 0.7
Hex E9 BA 7D 0 14 2E 9 22 47 46
Octal 351 272 175 0 24 56 11 42 107 106
Binary 11101001 10111010 1111101 0 10100 101110 1001 100010 1000111 1000110

Color Harmonies of #E9BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BA7D

Black with #E9BA7D

Text Example


Text Example

White with #E9BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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