#EDAE4B

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

Shades of Casablanca #EDAE4B

Tints of Casablanca #EDAE4B

Color information

#EDAE4B (or 0xEDAE4B) is unknown color: approx Casablanca. HEX triplet: ED, AE and 4B. RGB value is (237,174,75). Sum of RGB (Red+Green+Blue) = 237+174+75=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE4B is #1251B4. Grayscale: #B6B6B6. Windows color (decimal): -1200565 or 4959981. OLE color: 4959981.

HSL color Cylindrical-coordinate representation of color #EDAE4B: hue angle of 36.67º 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 #EDAE4B is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23717475-
CMYK00.270.680.07
HSL36.67º81.82%61.18%-
HSV(B)36.67º68.35%92.94%-
XYZ51.3348.7813.37-
YUV181.5567.87167.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 75 (29.69% from 255) = 15.43%
R=48.77%
G=35.80%
B=15.43%

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
Decimal2371747500.270.680.0736.6781.8261.18
HexEDAE4B01B44725523d
Octal35525611303310474512275
Binary1110110110101110100101101101110001001111001011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE4B; }

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

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

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

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

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

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

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

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