Html Css Color HEX #EDE061 Manz

📋 copy color: '#EDE061'

red 237 ◦ green 224 ◦ blue 97

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

Shades of Manz #EDE061

Tints of Manz #EDE061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.38%

R = 42.47%
G = 40.14%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE061 (or 0xEDE061) is known color: Manz. HEX triplet: ED, E0 and 61. RGB value is (237,224,97). Sum of RGB (Red+Green+Blue) = 237+224+97=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE061 is #121F9E. Grayscale: #D5D5D5. Windows color (decimal): -1187743 or 6414573. OLE color: 6414573.

HSL color Cylindrical-coordinate representation of color #EDE061: hue angle of 54.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE061 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 97 -
CMYK 0 0.05 0.59 0.07
HSL 54.43º 0.8% 0.65% -
HSV(B) 54.43º 0.59% 0.93% -
XYZ 63.74 72.18 21.88 -
YUV 213.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 237 224 97 0 0.05 0.59 0.07 54.43 0.8 0.65
Hex ED E0 61 0 5 3B 7 36 50 41
Octal 355 340 141 0 5 73 7 66 120 101
Binary 11101101 11100000 1100001 0 101 111011 111 110110 1010000 1000001

Color Harmonies of #EDE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE061

Black with #EDE061

Text Example


Text Example

White with #EDE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE061; }

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

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

background-color css

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

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

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

border-color css

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

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

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