#EBB683

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

Shades of Corvette #EBB683

Tints of Corvette #EBB683

Color information

#EBB683 (or 0xEBB683) is unknown color: approx Corvette. HEX triplet: EB, B6 and 83. RGB value is (235,182,131). Sum of RGB (Red+Green+Blue) = 235+182+131=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB683 is #14497C. Grayscale: #C0C0C0. Windows color (decimal): -1329533 or 8632043. OLE color: 8632043.

HSL color Cylindrical-coordinate representation of color #EBB683: hue angle of 29.42º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBB683 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235182131-
CMYK00.230.440.08
HSL29.42º72.22%71.76%-
HSV(B)29.42º44.26%92.16%-
XYZ55.0952.7628.75-
YUV192.0393.56158.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 131 (51.56% from 255) = 23.91%
R=42.88%
G=33.21%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518213100.230.440.0829.4272.2271.76
HexEBB6830172C81d4848
Octal353266203027541035110110
Binary11101011101101101000001101011110110010001110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB683; }

 p { color: rgb(235,182,131); }

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

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

 a { background-color: rgb(235,182,131); }

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

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

 span { border-color: rgb(235,182,131); }

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