#EFB67A

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

Shades of Corvette #EFB67A

Tints of Corvette #EFB67A

Color information

#EFB67A (or 0xEFB67A) is unknown color: approx Corvette. HEX triplet: EF, B6 and 7A. RGB value is (239,182,122). Sum of RGB (Red+Green+Blue) = 239+182+122=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB67A is #104985. Grayscale: #C0C0C0. Windows color (decimal): -1067398 or 8042223. OLE color: 8042223.

HSL color Cylindrical-coordinate representation of color #EFB67A: hue angle of 30.77º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFB67A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239182122-
CMYK00.240.490.06
HSL30.77º78.52%70.78%-
HSV(B)30.77º48.95%93.73%-
XYZ55.8453.2125.74-
YUV192.288.38161.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 122 (48.05% from 255) = 22.47%
R=44.01%
G=33.52%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918212200.240.490.0630.7778.5270.78
HexEFB67A0183161f4f47
Octal35726617203061637117107
Binary111011111011011011110100110001100011101111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB67A; }

 p { color: rgb(239,182,122); }

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

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

 a { background-color: rgb(239,182,122); }

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

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

 span { border-color: rgb(239,182,122); }

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