Html Css Color HEX #EDE557 Manz

📋 copy color: '#EDE557'

red 237 ◦ green 229 ◦ blue 87

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

Shades of Manz #EDE557

Tints of Manz #EDE557

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.41%

 BLUE value IS 87 (34.38% from 255) = 15.73%

R = 42.86%
G = 41.41%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE557 (or 0xEDE557) is known color: Manz. HEX triplet: ED, E5 and 57. RGB value is (237,229,87). Sum of RGB (Red+Green+Blue) = 237+229+87=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 87 (34.38% from 255 or 15.73% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE557 is #121AA8. Grayscale: #D7D7D7. Windows color (decimal): -1186473 or 5760493. OLE color: 5760493.

HSL color Cylindrical-coordinate representation of color #EDE557: hue angle of 56.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDE557 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 87 -
CMYK 0 0.03 0.63 0.07
HSL 56.8º 0.81% 0.64% -
HSV(B) 56.8º 0.63% 0.93% -
XYZ 64.66 74.73 20.03 -
YUV 215.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 237 229 87 0 0.03 0.63 0.07 56.8 0.81 0.64
Hex ED E5 57 0 3 3F 7 39 51 40
Octal 355 345 127 0 3 77 7 71 121 100
Binary 11101101 11100101 1010111 0 11 111111 111 111001 1010001 1000000

Color Harmonies of #EDE557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE557

Black with #EDE557

Text Example


Text Example

White with #EDE557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE557; }

 p { color: rgb(237,229,87); }

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

background-color css

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

 a { background-color: rgb(237,229,87); }

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

border-color css

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

 span { border-color: rgb(237,229,87); }

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