Html Css Color HEX #EDE551 Manz

📋 copy color: '#EDE551'

red 237 ◦ green 229 ◦ blue 81

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

Shades of Manz #EDE551

Tints of Manz #EDE551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.81%

R = 43.33%
G = 41.86%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDE551 (or 0xEDE551) is known color: Manz. HEX triplet: ED, E5 and 51. RGB value is (237,229,81). Sum of RGB (Red+Green+Blue) = 237+229+81=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 81 (32.03% from 255 or 14.81% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE551 is #121AAE. Grayscale: #D7D7D7. Windows color (decimal): -1186479 or 5367277. OLE color: 5367277.

HSL color Cylindrical-coordinate representation of color #EDE551: hue angle of 56.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDE551 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 81 -
CMYK 0 0.03 0.66 0.07
HSL 56.92º 0.81% 0.62% -
HSV(B) 56.92º 0.66% 0.93% -
XYZ 64.43 74.64 18.8 -
YUV 214.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 237 229 81 0 0.03 0.66 0.07 56.92 0.81 0.62
Hex ED E5 51 0 3 42 7 39 51 3E
Octal 355 345 121 0 3 102 7 71 121 76
Binary 11101101 11100101 1010001 0 11 1000010 111 111001 1010001 111110

Color Harmonies of #EDE551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE551

Black with #EDE551

Text Example


Text Example

White with #EDE551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE551; }

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

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

background-color css

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

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

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

border-color css

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

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

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