#EDB781

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

Shades of Corvette #EDB781

Tints of Corvette #EDB781

Color information

#EDB781 (or 0xEDB781) is unknown color: approx Corvette. HEX triplet: ED, B7 and 81. RGB value is (237,183,129). Sum of RGB (Red+Green+Blue) = 237+183+129=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB781 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB781 is #12487E. Grayscale: #C1C1C1. Windows color (decimal): -1198207 or 8501229. OLE color: 8501229.

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

Color convert

RGB237183129-
CMYK00.230.460.07
HSL30º75%71.76%-
HSV(B)30º45.57%92.94%-
XYZ55.8253.4628.14-
YUV192.9991.89159.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=43.17%
G=33.33%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718312900.230.460.07307571.76
HexEDB7810172E71e4b48
Octal35526720102756736113110
Binary1110110110110111100000010101111011101111111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB781; }

 p { color: rgb(237,183,129); }

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

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

 a { background-color: rgb(237,183,129); }

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

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

 span { border-color: rgb(237,183,129); }

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