#EDB67A

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

Shades of Corvette #EDB67A

Tints of Corvette #EDB67A

Color information

#EDB67A (or 0xEDB67A) is unknown color: approx Corvette. HEX triplet: ED, B6 and 7A. RGB value is (237,182,122). Sum of RGB (Red+Green+Blue) = 237+182+122=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB67A is #124985. Grayscale: #BFBFBF. Windows color (decimal): -1198470 or 8042221. OLE color: 8042221.

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

Color convert

RGB237182122-
CMYK00.230.490.07
HSL31.3º76.16%70.39%-
HSV(B)31.3º48.52%92.94%-
XYZ55.1752.8725.71-
YUV191.688.72160.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 122 (48.05% from 255) = 22.55%
R=43.81%
G=33.64%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718212200.230.490.0731.376.1670.39
HexEDB67A0173171f4c46
Octal35526617202761737114106
Binary111011011011011011110100101111100011111111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB67A; }

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

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

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

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

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

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

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

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