#EDB68A

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

Shades of Corvette #EDB68A

Tints of Corvette #EDB68A

Color information

#EDB68A (or 0xEDB68A) is unknown color: approx Corvette. HEX triplet: ED, B6 and 8A. RGB value is (237,182,138). Sum of RGB (Red+Green+Blue) = 237+182+138=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB68A is #124975. Grayscale: #C1C1C1. Windows color (decimal): -1198454 or 9090797. OLE color: 9090797.

HSL color Cylindrical-coordinate representation of color #EDB68A: hue angle of 26.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDB68A is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237182138-
CMYK00.230.420.07
HSL26.67º73.33%73.53%-
HSV(B)26.67º41.77%92.94%-
XYZ56.2453.331.37-
YUV193.4396.72159.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=42.55%
G=32.68%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718213800.230.420.0726.6773.3373.53
HexEDB68A0172A71b494a
Octal35526621202752733111112
Binary1110110110110110100010100101111010101111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB68A; }

 p { color: rgb(237,182,138); }

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

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

 a { background-color: rgb(237,182,138); }

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

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

 span { border-color: rgb(237,182,138); }

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