#EDB683

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

Shades of Corvette #EDB683

Tints of Corvette #EDB683

Color information

#EDB683 (or 0xEDB683) is unknown color: approx Corvette. HEX triplet: ED, B6 and 83. RGB value is (237,182,131). Sum of RGB (Red+Green+Blue) = 237+182+131=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB683 is #12497C. Grayscale: #C0C0C0. Windows color (decimal): -1198461 or 8632045. OLE color: 8632045.

HSL color Cylindrical-coordinate representation of color #EDB683: hue angle of 28.87º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDB683 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237182131-
CMYK00.230.450.07
HSL28.87º74.65%72.16%-
HSV(B)28.87º44.73%92.94%-
XYZ55.7553.128.78-
YUV192.6393.22159.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 131 (51.56% from 255) = 23.82%
R=43.09%
G=33.09%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718213100.230.450.0728.8774.6572.16
HexEDB6830172D71d4b48
Octal35526620302755735113110
Binary1110110110110110100000110101111011011111110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB683; }

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

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

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

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

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

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

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

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