#EFBD89

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

Shades of Corvette #EFBD89

Tints of Corvette #EFBD89

Color information

#EFBD89 (or 0xEFBD89) is unknown color: approx Corvette. HEX triplet: EF, BD and 89. RGB value is (239,189,137). Sum of RGB (Red+Green+Blue) = 239+189+137=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD89 is #104276. Grayscale: #C6C6C6. Windows color (decimal): -1065591 or 9027055. OLE color: 9027055.

HSL color Cylindrical-coordinate representation of color #EFBD89: hue angle of 30.59º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFBD89 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239189137-
CMYK00.210.430.06
HSL30.59º76.12%73.73%-
HSV(B)30.59º42.68%93.73%-
XYZ58.3156.5531.51-
YUV198.0293.56157.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 137 (53.91% from 255) = 24.25%
R=42.30%
G=33.45%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918913700.210.430.0630.5976.1273.73
HexEFBD890152B61f4c4a
Octal35727521102553637114112
Binary1110111110111101100010010101011010111101111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD89; }

 p { color: rgb(239,189,137); }

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

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

 a { background-color: rgb(239,189,137); }

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

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

 span { border-color: rgb(239,189,137); }

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