Html Css Color HEX #EDE257 Manz

📋 copy color: '#EDE257'

red 237 ◦ green 226 ◦ blue 87

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

Shades of Manz #EDE257

Tints of Manz #EDE257

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.09%

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

R = 43.09%
G = 41.09%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE257 (or 0xEDE257) is known color: Manz. HEX triplet: ED, E2 and 57. RGB value is (237,226,87). Sum of RGB (Red+Green+Blue) = 237+226+87=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 87 (34.38% from 255 or 15.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE257 is #121DA8. Grayscale: #D6D6D6. Windows color (decimal): -1187241 or 5759725. OLE color: 5759725.

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

Color convert

RGB 237 226 87 -
CMYK 0 0.05 0.63 0.07
HSL 55.6º 0.81% 0.64% -
HSV(B) 55.6º 0.63% 0.93% -
XYZ 63.84 73.09 19.76 -
YUV 213.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 237 226 87 0 0.05 0.63 0.07 55.6 0.81 0.64
Hex ED E2 57 0 5 3F 7 38 51 40
Octal 355 342 127 0 5 77 7 70 121 100
Binary 11101101 11100010 1010111 0 101 111111 111 111000 1010001 1000000

Color Harmonies of #EDE257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE257

Black with #EDE257

Text Example


Text Example

White with #EDE257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE257; }

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

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

background-color css

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

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

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

border-color css

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

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

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