#EDB481

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

Shades of Corvette #EDB481

Tints of Corvette #EDB481

Color information

#EDB481 (or 0xEDB481) is unknown color: approx Corvette. HEX triplet: ED, B4 and 81. RGB value is (237,180,129). Sum of RGB (Red+Green+Blue) = 237+180+129=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB481 is #124B7E. Grayscale: #BFBFBF. Windows color (decimal): -1198975 or 8500461. OLE color: 8500461.

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

Color convert

RGB237180129-
CMYK00.240.460.07
HSL28.33º75%71.76%-
HSV(B)28.33º45.57%92.94%-
XYZ55.2152.2327.94-
YUV191.2392.88160.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=43.41%
G=32.97%
B=23.63%

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
Decimal23718012900.240.460.0728.337571.76
HexEDB4810182E71c4b48
Octal35526420103056734113110
Binary1110110110110100100000010110001011101111110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB481; }

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

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

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

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

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

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

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

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