Html Css Color HEX #E7BD7A Corvette

📋 copy color: '#E7BD7A'

red 231 ◦ green 189 ◦ blue 122

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

Shades of Corvette #E7BD7A

Tints of Corvette #E7BD7A

RGB

 RED value IS 231 (90.63% from 255) = 42.62%

 GREEN value IS 189 (74.22% from 255) = 34.87%

 BLUE value IS 122 (48.05% from 255) = 22.51%

R = 42.62%
G = 34.87%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7BD7A (or 0xE7BD7A) is known color: Corvette. HEX triplet: E7, BD and 7A. RGB value is (231,189,122). Sum of RGB (Red+Green+Blue) = 231+189+122=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD7A is #184285. Grayscale: #C2C2C2. Windows color (decimal): -1589894 or 8044007. OLE color: 8044007.

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

Color convert

RGB 231 189 122 -
CMYK 0 0.18 0.47 0.09
HSL 36.88º 0.69% 0.69% -
HSV(B) 36.88º 0.47% 0.91% -
XYZ 54.67 54.79 26.11 -
YUV 193.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 231 189 122 0 0.18 0.47 0.09 36.88 0.69 0.69
Hex E7 BD 7A 0 12 2F 9 25 45 45
Octal 347 275 172 0 22 57 11 45 105 105
Binary 11100111 10111101 1111010 0 10010 101111 1001 100101 1000101 1000101

Color Harmonies of #E7BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BD7A

Black with #E7BD7A

Text Example


Text Example

White with #E7BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BD7A; }

 p { color: rgb(231,189,122); }

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

background-color css

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

 a { background-color: rgb(231,189,122); }

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

border-color css

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

 span { border-color: rgb(231,189,122); }

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