Html Css Color HEX #EDA955 Casablanca

📋 copy color: '#EDA955'

red 237 ◦ green 169 ◦ blue 85

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

Shades of Casablanca #EDA955

Tints of Casablanca #EDA955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.42%

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

R = 48.27%
G = 34.42%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDA955 (or 0xEDA955) is known color: Casablanca. HEX triplet: ED, A9 and 55. RGB value is (237,169,85). Sum of RGB (Red+Green+Blue) = 237+169+85=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA955 is #1256AA. Grayscale: #B4B4B4. Windows color (decimal): -1201835 or 5614061. OLE color: 5614061.

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

Color convert

RGB 237 169 85 -
CMYK 0 0.29 0.64 0.07
HSL 33.16º 0.81% 0.63% -
HSV(B) 33.16º 0.64% 0.93% -
XYZ 50.75 47.04 15 -
YUV 179.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 237 169 85 0 0.29 0.64 0.07 33.16 0.81 0.63
Hex ED A9 55 0 1D 40 7 21 51 3F
Octal 355 251 125 0 35 100 7 41 121 77
Binary 11101101 10101001 1010101 0 11101 1000000 111 100001 1010001 111111

Color Harmonies of #EDA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA955

Black with #EDA955

Text Example


Text Example

White with #EDA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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