Html Css Color HEX #EDA856 Casablanca

📋 copy color: '#EDA856'

red 237 ◦ green 168 ◦ blue 86

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

Shades of Casablanca #EDA856

Tints of Casablanca #EDA856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.52%

R = 48.27%
G = 34.22%
B = 17.52%

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

#EDA856 (or 0xEDA856) is known color: Casablanca. HEX triplet: ED, A8 and 56. RGB value is (237,168,86). Sum of RGB (Red+Green+Blue) = 237+168+86=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA856 is #1257A9. Grayscale: #B3B3B3. Windows color (decimal): -1202090 or 5679341. OLE color: 5679341.

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

Color convert

RGB 237 168 86 -
CMYK 0 0.29 0.64 0.07
HSL 32.58º 0.81% 0.63% -
HSV(B) 32.58º 0.64% 0.93% -
XYZ 50.61 46.68 15.15 -
YUV 179.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 237 168 86 0 0.29 0.64 0.07 32.58 0.81 0.63
Hex ED A8 56 0 1D 40 7 21 51 3F
Octal 355 250 126 0 35 100 7 41 121 77
Binary 11101101 10101000 1010110 0 11101 1000000 111 100001 1010001 111111

Color Harmonies of #EDA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA856

Black with #EDA856

Text Example


Text Example

White with #EDA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA856; }

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

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

background-color css

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

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

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

border-color css

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

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

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