Html Css Color HEX #EDB056 Casablanca

📋 copy color: '#EDB056'

red 237 ◦ green 176 ◦ blue 86

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

Shades of Casablanca #EDB056

Tints of Casablanca #EDB056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.27%

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

R = 47.49%
G = 35.27%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDB056 (or 0xEDB056) is known color: Casablanca. HEX triplet: ED, B0 and 56. RGB value is (237,176,86). Sum of RGB (Red+Green+Blue) = 237+176+86=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB056 is #124FA9. Grayscale: #B8B8B8. Windows color (decimal): -1200042 or 5681389. OLE color: 5681389.

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

Color convert

RGB 237 176 86 -
CMYK 0 0.26 0.64 0.07
HSL 35.76º 0.81% 0.63% -
HSV(B) 35.76º 0.64% 0.93% -
XYZ 52.13 49.73 15.65 -
YUV 183.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 237 176 86 0 0.26 0.64 0.07 35.76 0.81 0.63
Hex ED B0 56 0 1A 40 7 24 51 3F
Octal 355 260 126 0 32 100 7 44 121 77
Binary 11101101 10110000 1010110 0 11010 1000000 111 100100 1010001 111111

Color Harmonies of #EDB056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB056

Black with #EDB056

Text Example


Text Example

White with #EDB056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB056; }

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

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

background-color css

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

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

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

border-color css

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

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

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