#EDBD81

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

Shades of Corvette #EDBD81

Tints of Corvette #EDBD81

Color information

#EDBD81 (or 0xEDBD81) is unknown color: approx Corvette. HEX triplet: ED, BD and 81. RGB value is (237,189,129). Sum of RGB (Red+Green+Blue) = 237+189+129=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD81 is #12427E. Grayscale: #C4C4C4. Windows color (decimal): -1196671 or 8502765. OLE color: 8502765.

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

Color convert

RGB237189129-
CMYK00.200.460.07
HSL33.33º75%71.76%-
HSV(B)33.33º45.57%92.94%-
XYZ57.0955.9828.57-
YUV196.5189.9156.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=42.70%
G=34.05%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718912900.200.460.0733.337571.76
HexEDBD810142E7214b48
Octal35527520102456741113110
Binary11101101101111011000000101010010111011110000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD81; }

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

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

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

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

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

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

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

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