Html Css Color HEX #EDE155 Manz

📋 copy color: '#EDE155'

red 237 ◦ green 225 ◦ blue 85

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

Shades of Manz #EDE155

Tints of Manz #EDE155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.54%

R = 43.33%
G = 41.13%
B = 15.54%

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

#EDE155 (or 0xEDE155) is known color: Manz. HEX triplet: ED, E1 and 55. RGB value is (237,225,85). Sum of RGB (Red+Green+Blue) = 237+225+85=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE155 is #121EAA. Grayscale: #D5D5D5. Windows color (decimal): -1187499 or 5628397. OLE color: 5628397.

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

Color convert

RGB 237 225 85 -
CMYK 0 0.05 0.64 0.07
HSL 55.26º 0.81% 0.63% -
HSV(B) 55.26º 0.64% 0.93% -
XYZ 63.49 72.51 19.24 -
YUV 212.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 237 225 85 0 0.05 0.64 0.07 55.26 0.81 0.63
Hex ED E1 55 0 5 40 7 37 51 3F
Octal 355 341 125 0 5 100 7 67 121 77
Binary 11101101 11100001 1010101 0 101 1000000 111 110111 1010001 111111

Color Harmonies of #EDE155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE155

Black with #EDE155

Text Example


Text Example

White with #EDE155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE155; }

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

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

background-color css

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

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

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

border-color css

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

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

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