#EDBA83

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

Shades of Corvette #EDBA83

Tints of Corvette #EDBA83

Color information

#EDBA83 (or 0xEDBA83) is unknown color: approx Corvette. HEX triplet: ED, BA and 83. RGB value is (237,186,131). Sum of RGB (Red+Green+Blue) = 237+186+131=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA83 is #12457C. Grayscale: #C3C3C3. Windows color (decimal): -1197437 or 8633069. OLE color: 8633069.

HSL color Cylindrical-coordinate representation of color #EDBA83: hue angle of 31.13º 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 #EDBA83 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB237186131-
CMYK00.220.450.07
HSL31.13º74.65%72.16%-
HSV(B)31.13º44.73%92.94%-
XYZ56.5854.7629.06-
YUV194.9891.9157.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=42.78%
G=33.57%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718613100.220.450.0731.1374.6572.16
HexEDBA830162D71f4b48
Octal35527220302655737113110
Binary1110110110111010100000110101101011011111111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA83; }

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

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

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

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

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

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

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

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