Html Css Color HEX #EDE650 Manz

📋 copy color: '#EDE650'

red 237 ◦ green 230 ◦ blue 80

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

Shades of Manz #EDE650

Tints of Manz #EDE650

RGB

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

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

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

R = 43.33%
G = 42.05%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDE650 (or 0xEDE650) is known color: Manz. HEX triplet: ED, E6 and 50. RGB value is (237,230,80). Sum of RGB (Red+Green+Blue) = 237+230+80=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 80 (31.64% from 255 or 14.63% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE650 is #1219AF. Grayscale: #D7D7D7. Windows color (decimal): -1186224 or 5301997. OLE color: 5301997.

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

Color convert

RGB 237 230 80 -
CMYK 0 0.03 0.66 0.07
HSL 57.32º 0.81% 0.62% -
HSV(B) 57.32º 0.66% 0.93% -
XYZ 64.67 75.18 18.69 -
YUV 214.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 237 230 80 0 0.03 0.66 0.07 57.32 0.81 0.62
Hex ED E6 50 0 3 42 7 39 51 3E
Octal 355 346 120 0 3 102 7 71 121 76
Binary 11101101 11100110 1010000 0 11 1000010 111 111001 1010001 111110

Color Harmonies of #EDE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE650

Black with #EDE650

Text Example


Text Example

White with #EDE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE650; }

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

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

background-color css

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

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

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

border-color css

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

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

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