Html Css Color HEX #EDB356 Casablanca

📋 copy color: '#EDB356'

red 237 ◦ green 179 ◦ blue 86

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

Shades of Casablanca #EDB356

Tints of Casablanca #EDB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

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

R = 47.21%
G = 35.66%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDB356 (or 0xEDB356) is known color: Casablanca. HEX triplet: ED, B3 and 56. RGB value is (237,179,86). Sum of RGB (Red+Green+Blue) = 237+179+86=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB356 is #124CA9. Grayscale: #BABABA. Windows color (decimal): -1199274 or 5682157. OLE color: 5682157.

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

Color convert

RGB 237 179 86 -
CMYK 0 0.24 0.64 0.07
HSL 36.95º 0.81% 0.63% -
HSV(B) 36.95º 0.64% 0.93% -
XYZ 52.72 50.92 15.85 -
YUV 185.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 237 179 86 0 0.24 0.64 0.07 36.95 0.81 0.63
Hex ED B3 56 0 18 40 7 25 51 3F
Octal 355 263 126 0 30 100 7 45 121 77
Binary 11101101 10110011 1010110 0 11000 1000000 111 100101 1010001 111111

Color Harmonies of #EDB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB356

Black with #EDB356

Text Example


Text Example

White with #EDB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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