Html Css Color HEX #EDE058 Manz

📋 copy color: '#EDE058'

red 237 ◦ green 224 ◦ blue 88

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

Shades of Manz #EDE058

Tints of Manz #EDE058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 43.17%
G = 40.8%
B = 16.03%

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

#EDE058 (or 0xEDE058) is known color: Manz. HEX triplet: ED, E0 and 58. RGB value is (237,224,88). Sum of RGB (Red+Green+Blue) = 237+224+88=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE058 is #121FA7. Grayscale: #D4D4D4. Windows color (decimal): -1187752 or 5824749. OLE color: 5824749.

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

Color convert

RGB 237 224 88 -
CMYK 0 0.05 0.63 0.07
HSL 54.77º 0.81% 0.64% -
HSV(B) 54.77º 0.63% 0.93% -
XYZ 63.34 72.02 19.8 -
YUV 212.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 237 224 88 0 0.05 0.63 0.07 54.77 0.81 0.64
Hex ED E0 58 0 5 3F 7 37 51 40
Octal 355 340 130 0 5 77 7 67 121 100
Binary 11101101 11100000 1011000 0 101 111111 111 110111 1010001 1000000

Color Harmonies of #EDE058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE058

Black with #EDE058

Text Example


Text Example

White with #EDE058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE058; }

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

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

background-color css

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

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

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

border-color css

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

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

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