#EDAD4B

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

Shades of Casablanca #EDAD4B

Tints of Casablanca #EDAD4B

Color information

#EDAD4B (or 0xEDAD4B) is unknown color: approx Casablanca. HEX triplet: ED, AD and 4B. RGB value is (237,173,75). Sum of RGB (Red+Green+Blue) = 237+173+75=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD4B is #1252B4. Grayscale: #B5B5B5. Windows color (decimal): -1200821 or 4959725. OLE color: 4959725.

HSL color Cylindrical-coordinate representation of color #EDAD4B: hue angle of 36.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDAD4B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23717375-
CMYK00.270.680.07
HSL36.3º81.82%61.18%-
HSV(B)36.3º68.35%92.94%-
XYZ51.1448.413.3-
YUV180.9668.2167.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 75 (29.69% from 255) = 15.46%
R=48.87%
G=35.67%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371737500.270.680.0736.381.8261.18
HexEDAD4B01B44724523d
Octal35525511303310474412275
Binary1110110110101101100101101101110001001111001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD4B; }

 p { color: rgb(237,173,75); }

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

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

 a { background-color: rgb(237,173,75); }

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

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

 span { border-color: rgb(237,173,75); }

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