Html Css Color HEX #EDB156 Casablanca

📋 copy color: '#EDB156'

red 237 ◦ green 177 ◦ blue 86

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

Shades of Casablanca #EDB156

Tints of Casablanca #EDB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 47.4%
G = 35.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDB156 (or 0xEDB156) is known color: Casablanca. HEX triplet: ED, B1 and 56. RGB value is (237,177,86). Sum of RGB (Red+Green+Blue) = 237+177+86=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB156 is #124EA9. Grayscale: #B8B8B8. Windows color (decimal): -1199786 or 5681645. OLE color: 5681645.

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

Color convert

RGB 237 177 86 -
CMYK 0 0.25 0.64 0.07
HSL 36.16º 0.81% 0.63% -
HSV(B) 36.16º 0.64% 0.93% -
XYZ 52.33 50.12 15.72 -
YUV 184.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 237 177 86 0 0.25 0.64 0.07 36.16 0.81 0.63
Hex ED B1 56 0 19 40 7 24 51 3F
Octal 355 261 126 0 31 100 7 44 121 77
Binary 11101101 10110001 1010110 0 11001 1000000 111 100100 1010001 111111

Color Harmonies of #EDB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB156

Black with #EDB156

Text Example


Text Example

White with #EDB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB156; }

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

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

background-color css

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

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

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

border-color css

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

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

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