#EDB55B

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

Shades of Casablanca #EDB55B

Tints of Casablanca #EDB55B

Color information

#EDB55B (or 0xEDB55B) is unknown color: approx Casablanca. HEX triplet: ED, B5 and 5B. RGB value is (237,181,91). Sum of RGB (Red+Green+Blue) = 237+181+91=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB55B is #124AA4. Grayscale: #BBBBBB. Windows color (decimal): -1198757 or 6010349. OLE color: 6010349.

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

Color convert

RGB23718191-
CMYK00.240.620.07
HSL36.99º80.22%64.31%-
HSV(B)36.99º61.6%92.94%-
XYZ53.3451.8117.09-
YUV187.4873.55163.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=46.56%
G=35.56%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371819100.240.620.0736.9980.2264.31
HexEDB55B0183E7255040
Octal35526513303076745120100
Binary1110110110110101101101101100011111011110010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB55B; }

 p { color: rgb(237,181,91); }

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

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

 a { background-color: rgb(237,181,91); }

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

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

 span { border-color: rgb(237,181,91); }

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