Html Css Color HEX #EDE558 Manz

📋 copy color: '#EDE558'

red 237 ◦ green 229 ◦ blue 88

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

Shades of Manz #EDE558

Tints of Manz #EDE558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.88%

R = 42.78%
G = 41.34%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE558 (or 0xEDE558) is known color: Manz. HEX triplet: ED, E5 and 58. RGB value is (237,229,88). Sum of RGB (Red+Green+Blue) = 237+229+88=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 88 (34.77% from 255 or 15.88% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE558 is #121AA7. Grayscale: #D7D7D7. Windows color (decimal): -1186472 or 5826029. OLE color: 5826029.

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

Color convert

RGB 237 229 88 -
CMYK 0 0.03 0.63 0.07
HSL 56.78º 0.81% 0.64% -
HSV(B) 56.78º 0.63% 0.93% -
XYZ 64.71 74.75 20.25 -
YUV 215.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 237 229 88 0 0.03 0.63 0.07 56.78 0.81 0.64
Hex ED E5 58 0 3 3F 7 39 51 40
Octal 355 345 130 0 3 77 7 71 121 100
Binary 11101101 11100101 1011000 0 11 111111 111 111001 1010001 1000000

Color Harmonies of #EDE558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE558

Black with #EDE558

Text Example


Text Example

White with #EDE558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE558; }

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

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

background-color css

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

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

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

border-color css

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

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

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