Html Css Color HEX #EDE056 Manz

📋 copy color: '#EDE056'

red 237 ◦ green 224 ◦ blue 86

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

Shades of Manz #EDE056

Tints of Manz #EDE056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

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

R = 43.33%
G = 40.95%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDE056 (or 0xEDE056) is known color: Manz. HEX triplet: ED, E0 and 56. RGB value is (237,224,86). Sum of RGB (Red+Green+Blue) = 237+224+86=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE056 is #121FA9. Grayscale: #D4D4D4. Windows color (decimal): -1187754 or 5693677. OLE color: 5693677.

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

Color convert

RGB 237 224 86 -
CMYK 0 0.05 0.64 0.07
HSL 54.83º 0.81% 0.63% -
HSV(B) 54.83º 0.64% 0.93% -
XYZ 63.26 71.99 19.36 -
YUV 212.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 237 224 86 0 0.05 0.64 0.07 54.83 0.81 0.63
Hex ED E0 56 0 5 40 7 37 51 3F
Octal 355 340 126 0 5 100 7 67 121 77
Binary 11101101 11100000 1010110 0 101 1000000 111 110111 1010001 111111

Color Harmonies of #EDE056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE056

Black with #EDE056

Text Example


Text Example

White with #EDE056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE056; }

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

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

background-color css

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

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

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

border-color css

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

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

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