Html Css Color HEX #EDE156 Manz

📋 copy color: '#EDE156'

red 237 ◦ green 225 ◦ blue 86

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

Shades of Manz #EDE156

Tints of Manz #EDE156

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.06%

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

R = 43.25%
G = 41.06%
B = 15.69%

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

#EDE156 (or 0xEDE156) is known color: Manz. HEX triplet: ED, E1 and 56. RGB value is (237,225,86). Sum of RGB (Red+Green+Blue) = 237+225+86=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE156 is #121EA9. Grayscale: #D5D5D5. Windows color (decimal): -1187498 or 5693933. OLE color: 5693933.

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

Color convert

RGB 237 225 86 -
CMYK 0 0.05 0.64 0.07
HSL 55.23º 0.81% 0.63% -
HSV(B) 55.23º 0.64% 0.93% -
XYZ 63.53 72.53 19.45 -
YUV 212.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 237 225 86 0 0.05 0.64 0.07 55.23 0.81 0.63
Hex ED E1 56 0 5 40 7 37 51 3F
Octal 355 341 126 0 5 100 7 67 121 77
Binary 11101101 11100001 1010110 0 101 1000000 111 110111 1010001 111111

Color Harmonies of #EDE156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE156

Black with #EDE156

Text Example


Text Example

White with #EDE156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE156; }

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

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

background-color css

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

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

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

border-color css

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

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

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