#EDB381

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

Shades of Corvette #EDB381

Tints of Corvette #EDB381

Color information

#EDB381 (or 0xEDB381) is unknown color: approx Corvette. HEX triplet: ED, B3 and 81. RGB value is (237,179,129). Sum of RGB (Red+Green+Blue) = 237+179+129=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB381 is #124C7E. Grayscale: #BEBEBE. Windows color (decimal): -1199231 or 8500205. OLE color: 8500205.

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

Color convert

RGB237179129-
CMYK00.240.460.07
HSL27.78º75%71.76%-
HSV(B)27.78º45.57%92.94%-
XYZ55.0151.8327.87-
YUV190.6493.22161.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=43.49%
G=32.84%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717912900.240.460.0727.787571.76
HexEDB3810182E71c4b48
Octal35526320103056734113110
Binary1110110110110011100000010110001011101111110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB381; }

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

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

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

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

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

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

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

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