Html Css Color HEX #EDE659 Manz

📋 copy color: '#EDE659'

red 237 ◦ green 230 ◦ blue 89

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

Shades of Manz #EDE659

Tints of Manz #EDE659

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

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

R = 42.63%
G = 41.37%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE659 (or 0xEDE659) is known color: Manz. HEX triplet: ED, E6 and 59. RGB value is (237,230,89). Sum of RGB (Red+Green+Blue) = 237+230+89=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 89 (35.16% from 255 or 16.01% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE659 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE659 is #1219A6. Grayscale: #D8D8D8. Windows color (decimal): -1186215 or 5891821. OLE color: 5891821.

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

Color convert

RGB 237 230 89 -
CMYK 0 0.03 0.62 0.07
HSL 57.16º 0.8% 0.64% -
HSV(B) 57.16º 0.62% 0.93% -
XYZ 65.03 75.32 20.56 -
YUV 216.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 237 230 89 0 0.03 0.62 0.07 57.16 0.8 0.64
Hex ED E6 59 0 3 3E 7 39 50 40
Octal 355 346 131 0 3 76 7 71 120 100
Binary 11101101 11100110 1011001 0 11 111110 111 111001 1010000 1000000

Color Harmonies of #EDE659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE659

Black with #EDE659

Text Example


Text Example

White with #EDE659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE659; }

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

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

background-color css

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

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

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

border-color css

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

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

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