#EDA950

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

Shades of Casablanca #EDA950

Tints of Casablanca #EDA950

Color information

#EDA950 (or 0xEDA950) is unknown color: approx Casablanca. HEX triplet: ED, A9 and 50. RGB value is (237,169,80). Sum of RGB (Red+Green+Blue) = 237+169+80=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA950 is #1256AF. Grayscale: #B3B3B3. Windows color (decimal): -1201840 or 5286381. OLE color: 5286381.

HSL color Cylindrical-coordinate representation of color #EDA950: hue angle of 34.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDA950 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23716980-
CMYK00.290.660.07
HSL34.01º81.35%62.16%-
HSV(B)34.01º66.24%92.94%-
XYZ50.5646.9613.99-
YUV179.1972.03169.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 80 (31.64% from 255) = 16.46%
R=48.77%
G=34.77%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371698000.290.660.0734.0181.3562.16
HexEDA95001D42722513e
Octal35525112003510274212176
Binary1110110110101001101000001110110000101111000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA950; }

 p { color: rgb(237,169,80); }

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

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

 a { background-color: rgb(237,169,80); }

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

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

 span { border-color: rgb(237,169,80); }

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