#E6B67D

Color #E6B67D Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #E6B67D

Tints of Corvette #E6B67D

Color information

#E6B67D (or 0xE6B67D) is unknown color: approx Corvette. HEX triplet: E6, B6 and 7D. RGB value is (230,182,125). Sum of RGB (Red+Green+Blue) = 230+182+125=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B67D is #194982. Grayscale: #BEBEBE. Windows color (decimal): -1657219 or 8238822. OLE color: 8238822.

HSL color Cylindrical-coordinate representation of color #E6B67D: hue angle of 32.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6B67D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB230182125-
CMYK00.210.460.10
HSL32.57º67.74%69.61%-
HSV(B)32.57º45.65%90.2%-
XYZ53.0651.7626.6-
YUV189.8591.4156.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 125 (49.22% from 255) = 23.28%
R=42.83%
G=33.89%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018212500.210.460.1032.5767.7469.61
HexE6B67D0152EA214446
Octal346266175025561241104106
Binary11100110101101101111101010101101110101010000110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B67D; }

 p { color: rgb(230,182,125); }

 H1.HeaderClassName
 {
   color: #E6B67D;
 }
 .AnyTagClassName
 {
   color: #E6B67D;
 }
</style>
background-color css

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

 a { background-color: rgb(230,182,125); }

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

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

 span { border-color: rgb(230,182,125); }

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