#EFBD8A

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

Shades of Corvette #EFBD8A

Tints of Corvette #EFBD8A

Color information

#EFBD8A (or 0xEFBD8A) is unknown color: approx Corvette. HEX triplet: EF, BD and 8A. RGB value is (239,189,138). Sum of RGB (Red+Green+Blue) = 239+189+138=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD8A is #104275. Grayscale: #C6C6C6. Windows color (decimal): -1065590 or 9092591. OLE color: 9092591.

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

Color convert

RGB239189138-
CMYK00.210.420.06
HSL30.3º75.94%73.92%-
HSV(B)30.3º42.26%93.73%-
XYZ58.3856.5831.89-
YUV198.1494.06157.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 138 (54.30% from 255) = 24.38%
R=42.23%
G=33.39%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918913800.210.420.0630.375.9473.92
HexEFBD8A0152A61e4c4a
Octal35727521202552636114112
Binary1110111110111101100010100101011010101101111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD8A; }

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

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

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

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

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

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

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

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