Html Css Color HEX #EDAA55 Casablanca

📋 copy color: '#EDAA55'

red 237 ◦ green 170 ◦ blue 85

#EDAA55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #EDAA55

Tints of Casablanca #EDAA55

RGB

 RED value IS 237 (92.97% from 255) = 48.17%

 GREEN value IS 170 (66.8% from 255) = 34.55%

 BLUE value IS 85 (33.59% from 255) = 17.28%

R = 48.17%
G = 34.55%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDAA55 (or 0xEDAA55) is known color: Casablanca. HEX triplet: ED, AA and 55. RGB value is (237,170,85). Sum of RGB (Red+Green+Blue) = 237+170+85=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA55 is #1255AA. Grayscale: #B4B4B4. Windows color (decimal): -1201579 or 5614317. OLE color: 5614317.

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

Color convert

RGB 237 170 85 -
CMYK 0 0.28 0.64 0.07
HSL 33.55º 0.81% 0.63% -
HSV(B) 33.55º 0.64% 0.93% -
XYZ 50.94 47.41 15.06 -
YUV 180.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 237 170 85 0 0.28 0.64 0.07 33.55 0.81 0.63
Hex ED AA 55 0 1C 40 7 22 51 3F
Octal 355 252 125 0 34 100 7 42 121 77
Binary 11101101 10101010 1010101 0 11100 1000000 111 100010 1010001 111111

Color Harmonies of #EDAA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA55

Black with #EDAA55

Text Example


Text Example

White with #EDAA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA55; }

 p { color: rgb(237,170,85); }

 H1.HeaderClassName
 {
   color: #EDAA55;
 }
 .AnyTagClassName
 {
   color: #EDAA55;
 }
</style>

background-color css

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

 a { background-color: rgb(237,170,85); }

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

border-color css

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

 span { border-color: rgb(237,170,85); }

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