Html Css Color HEX #EDE450 Manz

📋 copy color: '#EDE450'

red 237 ◦ green 228 ◦ blue 80

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

Shades of Manz #EDE450

Tints of Manz #EDE450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.68%

R = 43.49%
G = 41.83%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDE450 (or 0xEDE450) is known color: Manz. HEX triplet: ED, E4 and 50. RGB value is (237,228,80). Sum of RGB (Red+Green+Blue) = 237+228+80=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE450 is #121BAF. Grayscale: #D6D6D6. Windows color (decimal): -1186736 or 5301485. OLE color: 5301485.

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

Color convert

RGB 237 228 80 -
CMYK 0 0.04 0.66 0.07
HSL 56.56º 0.81% 0.62% -
HSV(B) 56.56º 0.66% 0.93% -
XYZ 64.12 74.07 18.51 -
YUV 213.82 52.48 144.53 -
System Red Green Blue C M Y K H S L
Decimal 237 228 80 0 0.04 0.66 0.07 56.56 0.81 0.62
Hex ED E4 50 0 4 42 7 39 51 3E
Octal 355 344 120 0 4 102 7 71 121 76
Binary 11101101 11100100 1010000 0 100 1000010 111 111001 1010001 111110

Color Harmonies of #EDE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE450

Black with #EDE450

Text Example


Text Example

White with #EDE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE450; }

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

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

background-color css

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

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

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

border-color css

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

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

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