#EDAF5E

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

Shades of Casablanca #EDAF5E

Tints of Casablanca #EDAF5E

Color information

#EDAF5E (or 0xEDAF5E) is unknown color: approx Casablanca. HEX triplet: ED, AF and 5E. RGB value is (237,175,94). Sum of RGB (Red+Green+Blue) = 237+175+94=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAF5E is #1250A1. Grayscale: #B8B8B8. Windows color (decimal): -1200290 or 6205421. OLE color: 6205421.

HSL color Cylindrical-coordinate representation of color #EDAF5E: hue angle of 33.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDAF5E is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23717594-
CMYK00.260.600.07
HSL33.99º79.89%64.9%-
HSV(B)33.99º60.34%92.94%-
XYZ52.2849.4717.38-
YUV184.377.04165.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 94 (37.11% from 255) = 18.58%
R=46.84%
G=34.58%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371759400.260.600.0733.9979.8964.9
HexEDAF5E01A3C7225041
Octal35525713603274742120101
Binary1110110110101111101111001101011110011110001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF5E; }

 p { color: rgb(237,175,94); }

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

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

 a { background-color: rgb(237,175,94); }

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

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

 span { border-color: rgb(237,175,94); }

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