Html Css Color HEX #EDE556 Manz

📋 copy color: '#EDE556'

red 237 ◦ green 229 ◦ blue 86

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

Shades of Manz #EDE556

Tints of Manz #EDE556

RGB

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

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

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

R = 42.93%
G = 41.49%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDE556 (or 0xEDE556) is known color: Manz. HEX triplet: ED, E5 and 56. RGB value is (237,229,86). Sum of RGB (Red+Green+Blue) = 237+229+86=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 86 (33.98% from 255 or 15.58% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE556 is #121AA9. Grayscale: #D7D7D7. Windows color (decimal): -1186474 or 5694957. OLE color: 5694957.

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

Color convert

RGB 237 229 86 -
CMYK 0 0.03 0.64 0.07
HSL 56.82º 0.81% 0.63% -
HSV(B) 56.82º 0.64% 0.93% -
XYZ 64.62 74.72 19.82 -
YUV 215.09 55.15 143.63 -
System Red Green Blue C M Y K H S L
Decimal 237 229 86 0 0.03 0.64 0.07 56.82 0.81 0.63
Hex ED E5 56 0 3 40 7 39 51 3F
Octal 355 345 126 0 3 100 7 71 121 77
Binary 11101101 11100101 1010110 0 11 1000000 111 111001 1010001 111111

Color Harmonies of #EDE556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE556

Black with #EDE556

Text Example


Text Example

White with #EDE556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE556; }

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

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

background-color css

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

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

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

border-color css

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

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

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