Html Css Color HEX #EDE855 Manz

📋 copy color: '#EDE855'

red 237 ◦ green 232 ◦ blue 85

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

Shades of Manz #EDE855

Tints of Manz #EDE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.88%

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

R = 42.78%
G = 41.88%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDE855 (or 0xEDE855) is known color: Manz. HEX triplet: ED, E8 and 55. RGB value is (237,232,85). Sum of RGB (Red+Green+Blue) = 237+232+85=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE855 is #1217AA. Grayscale: #D9D9D9. Windows color (decimal): -1185707 or 5630189. OLE color: 5630189.

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

Color convert

RGB 237 232 85 -
CMYK 0 0.02 0.64 0.07
HSL 58.03º 0.81% 0.63% -
HSV(B) 58.03º 0.64% 0.93% -
XYZ 65.42 76.37 19.89 -
YUV 216.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 237 232 85 0 0.02 0.64 0.07 58.03 0.81 0.63
Hex ED E8 55 0 2 40 7 3A 51 3F
Octal 355 350 125 0 2 100 7 72 121 77
Binary 11101101 11101000 1010101 0 10 1000000 111 111010 1010001 111111

Color Harmonies of #EDE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE855

Black with #EDE855

Text Example


Text Example

White with #EDE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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