#EFC18E

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

Shades of Corvette #EFC18E

Tints of Corvette #EFC18E

Color information

#EFC18E (or 0xEFC18E) is unknown color: approx Corvette. HEX triplet: EF, C1 and 8E. RGB value is (239,193,142). Sum of RGB (Red+Green+Blue) = 239+193+142=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 142 (55.86% from 255 or 24.74% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC18E is #103E71. Grayscale: #C9C9C9. Windows color (decimal): -1064562 or 9355759. OLE color: 9355759.

HSL color Cylindrical-coordinate representation of color #EFC18E: hue angle of 31.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC18E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239193142-
CMYK00.190.410.06
HSL31.55º75.19%74.71%-
HSV(B)31.55º40.59%93.73%-
XYZ59.5558.4433.73-
YUV200.9494.74155.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 142 (55.86% from 255) = 24.74%
R=41.64%
G=33.62%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919314200.190.410.0631.5575.1974.71
HexEFC18E013296204b4b
Octal35730121602351640113113
Binary11101111110000011000111001001110100111010000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC18E; }

 p { color: rgb(239,193,142); }

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

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

 a { background-color: rgb(239,193,142); }

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

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

 span { border-color: rgb(239,193,142); }

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