Html Css Color HEX #EDE359 Manz

📋 copy color: '#EDE359'

red 237 ◦ green 227 ◦ blue 89

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

Shades of Manz #EDE359

Tints of Manz #EDE359

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.05%

 BLUE value IS 89 (35.16% from 255) = 16.09%

R = 42.86%
G = 41.05%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE359 (or 0xEDE359) is known color: Manz. HEX triplet: ED, E3 and 59. RGB value is (237,227,89). Sum of RGB (Red+Green+Blue) = 237+227+89=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 89 (35.16% from 255 or 16.09% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE359 is #121CA6. Grayscale: #D6D6D6. Windows color (decimal): -1186983 or 5891053. OLE color: 5891053.

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

Color convert

RGB 237 227 89 -
CMYK 0 0.04 0.62 0.07
HSL 55.95º 0.8% 0.64% -
HSV(B) 55.95º 0.62% 0.93% -
XYZ 64.2 73.66 20.29 -
YUV 214.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 237 227 89 0 0.04 0.62 0.07 55.95 0.8 0.64
Hex ED E3 59 0 4 3E 7 38 50 40
Octal 355 343 131 0 4 76 7 70 120 100
Binary 11101101 11100011 1011001 0 100 111110 111 111000 1010000 1000000

Color Harmonies of #EDE359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE359

Black with #EDE359

Text Example


Text Example

White with #EDE359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE359; }

 p { color: rgb(237,227,89); }

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

background-color css

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

 a { background-color: rgb(237,227,89); }

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

border-color css

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

 span { border-color: rgb(237,227,89); }

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