#EDBF81

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

Shades of Corvette #EDBF81

Tints of Corvette #EDBF81

Color information

#EDBF81 (or 0xEDBF81) is unknown color: approx Corvette. HEX triplet: ED, BF and 81. RGB value is (237,191,129). Sum of RGB (Red+Green+Blue) = 237+191+129=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF81 is #12407E. Grayscale: #C5C5C5. Windows color (decimal): -1196159 or 8503277. OLE color: 8503277.

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

Color convert

RGB237191129-
CMYK00.190.460.07
HSL34.44º75%71.76%-
HSV(B)34.44º45.57%92.94%-
XYZ57.5256.8528.71-
YUV197.6989.24156.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 129 (50.78% from 255) = 23.16%
R=42.55%
G=34.29%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719112900.190.460.0734.447571.76
HexEDBF810132E7224b48
Octal35527720102356742113110
Binary11101101101111111000000101001110111011110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF81; }

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

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

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

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

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

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

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

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