#EDB24F

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

Shades of Casablanca #EDB24F

Tints of Casablanca #EDB24F

Color information

#EDB24F (or 0xEDB24F) is unknown color: approx Casablanca. HEX triplet: ED, B2 and 4F. RGB value is (237,178,79). Sum of RGB (Red+Green+Blue) = 237+178+79=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB24F is #124DB0. Grayscale: #B8B8B8. Windows color (decimal): -1199537 or 5223149. OLE color: 5223149.

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

Color convert

RGB23717879-
CMYK00.250.670.07
HSL37.59º81.44%61.96%-
HSV(B)37.59º66.67%92.94%-
XYZ52.2650.4114.37-
YUV184.3668.55165.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 79 (31.25% from 255) = 15.99%
R=47.98%
G=36.03%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371787900.250.670.0737.5981.4461.96
HexEDB24F01943726513e
Octal35526211703110374612176
Binary1110110110110010100111101100110000111111001101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB24F; }

 p { color: rgb(237,178,79); }

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

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

 a { background-color: rgb(237,178,79); }

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

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

 span { border-color: rgb(237,178,79); }

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