#EDBF83

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

Shades of Corvette #EDBF83

Tints of Corvette #EDBF83

Color information

#EDBF83 (or 0xEDBF83) is unknown color: approx Corvette. HEX triplet: ED, BF and 83. RGB value is (237,191,131). Sum of RGB (Red+Green+Blue) = 237+191+131=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBF83 is #12407C. Grayscale: #C6C6C6. Windows color (decimal): -1196157 or 8634349. OLE color: 8634349.

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

Color convert

RGB237191131-
CMYK00.190.450.07
HSL33.96º74.65%72.16%-
HSV(B)33.96º44.73%92.94%-
XYZ57.6556.929.42-
YUV197.9190.24155.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 131 (51.56% from 255) = 23.43%
R=42.40%
G=34.17%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719113100.190.450.0733.9674.6572.16
HexEDBF830132D7224b48
Octal35527720302355742113110
Binary11101101101111111000001101001110110111110001010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBF83; }

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

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

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

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

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

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

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

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