#EFC284

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

Shades of Corvette #EFC284

Tints of Corvette #EFC284

Color information

#EFC284 (or 0xEFC284) is unknown color: approx Corvette. HEX triplet: EF, C2 and 84. RGB value is (239,194,132). Sum of RGB (Red+Green+Blue) = 239+194+132=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC284 is #103D7B. Grayscale: #C8C8C8. Windows color (decimal): -1064316 or 8700655. OLE color: 8700655.

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

Color convert

RGB239194132-
CMYK00.190.450.06
HSL34.77º76.98%72.75%-
HSV(B)34.77º44.77%93.73%-
XYZ59.0558.630.03-
YUV200.3989.41155.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 132 (51.95% from 255) = 23.36%
R=42.30%
G=34.34%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919413200.190.450.0634.7776.9872.75
HexEFC2840132D6234d49
Octal35730220402355643115111
Binary11101111110000101000010001001110110111010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC284; }

 p { color: rgb(239,194,132); }

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

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

 a { background-color: rgb(239,194,132); }

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

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

 span { border-color: rgb(239,194,132); }

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