Html Css Color HEX #EDAB56 Casablanca

📋 copy color: '#EDAB56'

red 237 ◦ green 171 ◦ blue 86

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

Shades of Casablanca #EDAB56

Tints of Casablanca #EDAB56

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 47.98%
G = 34.62%
B = 17.41%

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

#EDAB56 (or 0xEDAB56) is known color: Casablanca. HEX triplet: ED, AB and 56. RGB value is (237,171,86). Sum of RGB (Red+Green+Blue) = 237+171+86=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB56 is #1254A9. Grayscale: #B5B5B5. Windows color (decimal): -1201322 or 5680109. OLE color: 5680109.

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

Color convert

RGB 237 171 86 -
CMYK 0 0.28 0.64 0.07
HSL 33.77º 0.81% 0.63% -
HSV(B) 33.77º 0.64% 0.93% -
XYZ 51.17 47.8 15.33 -
YUV 181.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 237 171 86 0 0.28 0.64 0.07 33.77 0.81 0.63
Hex ED AB 56 0 1C 40 7 22 51 3F
Octal 355 253 126 0 34 100 7 42 121 77
Binary 11101101 10101011 1010110 0 11100 1000000 111 100010 1010001 111111

Color Harmonies of #EDAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB56

Black with #EDAB56

Text Example


Text Example

White with #EDAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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