Html Css Color HEX #EDE455 Manz

📋 copy color: '#EDE455'

red 237 ◦ green 228 ◦ blue 85

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

Shades of Manz #EDE455

Tints of Manz #EDE455

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.45%

 BLUE value IS 85 (33.59% from 255) = 15.45%

R = 43.09%
G = 41.45%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDE455 (or 0xEDE455) is known color: Manz. HEX triplet: ED, E4 and 55. RGB value is (237,228,85). Sum of RGB (Red+Green+Blue) = 237+228+85=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE455 is #121BAA. Grayscale: #D6D6D6. Windows color (decimal): -1186731 or 5629165. OLE color: 5629165.

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

Color convert

RGB 237 228 85 -
CMYK 0 0.04 0.64 0.07
HSL 56.45º 0.81% 0.63% -
HSV(B) 56.45º 0.64% 0.93% -
XYZ 64.31 74.15 19.52 -
YUV 214.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 237 228 85 0 0.04 0.64 0.07 56.45 0.81 0.63
Hex ED E4 55 0 4 40 7 38 51 3F
Octal 355 344 125 0 4 100 7 70 121 77
Binary 11101101 11100100 1010101 0 100 1000000 111 111000 1010001 111111

Color Harmonies of #EDE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE455

Black with #EDE455

Text Example


Text Example

White with #EDE455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE455; }

 p { color: rgb(237,228,85); }

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

background-color css

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

 a { background-color: rgb(237,228,85); }

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

border-color css

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

 span { border-color: rgb(237,228,85); }

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