Html Css Color HEX #EDA855 Casablanca

📋 copy color: '#EDA855'

red 237 ◦ green 168 ◦ blue 85

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

Shades of Casablanca #EDA855

Tints of Casablanca #EDA855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.29%

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

R = 48.37%
G = 34.29%
B = 17.35%

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

#EDA855 (or 0xEDA855) is known color: Casablanca. HEX triplet: ED, A8 and 55. RGB value is (237,168,85). Sum of RGB (Red+Green+Blue) = 237+168+85=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA855 is #1257AA. Grayscale: #B3B3B3. Windows color (decimal): -1202091 or 5613805. OLE color: 5613805.

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

Color convert

RGB 237 168 85 -
CMYK 0 0.29 0.64 0.07
HSL 32.76º 0.81% 0.63% -
HSV(B) 32.76º 0.64% 0.93% -
XYZ 50.57 46.67 14.94 -
YUV 179.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 237 168 85 0 0.29 0.64 0.07 32.76 0.81 0.63
Hex ED A8 55 0 1D 40 7 21 51 3F
Octal 355 250 125 0 35 100 7 41 121 77
Binary 11101101 10101000 1010101 0 11101 1000000 111 100001 1010001 111111

Color Harmonies of #EDA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA855

Black with #EDA855

Text Example


Text Example

White with #EDA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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