Html Css Color HEX #EDE249 Manz

📋 copy color: '#EDE249'

red 237 ◦ green 226 ◦ blue 73

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

Shades of Manz #EDE249

Tints of Manz #EDE249

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.16%

 BLUE value IS 73 (28.91% from 255) = 13.62%

R = 44.22%
G = 42.16%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE249 (or 0xEDE249) is known color: Manz. HEX triplet: ED, E2 and 49. RGB value is (237,226,73). Sum of RGB (Red+Green+Blue) = 237+226+73=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE249 is #121DB6. Grayscale: #D4D4D4. Windows color (decimal): -1187255 or 4842221. OLE color: 4842221.

HSL color Cylindrical-coordinate representation of color #EDE249: hue angle of 55.98º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDE249 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 73 -
CMYK 0 0.05 0.69 0.07
HSL 55.98º 0.82% 0.61% -
HSV(B) 55.98º 0.69% 0.93% -
XYZ 63.32 72.88 17.03 -
YUV 211.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 237 226 73 0 0.05 0.69 0.07 55.98 0.82 0.61
Hex ED E2 49 0 5 45 7 38 52 3D
Octal 355 342 111 0 5 105 7 70 122 75
Binary 11101101 11100010 1001001 0 101 1000101 111 111000 1010010 111101

Color Harmonies of #EDE249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE249

Black with #EDE249

Text Example


Text Example

White with #EDE249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE249; }

 p { color: rgb(237,226,73); }

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

background-color css

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

 a { background-color: rgb(237,226,73); }

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

border-color css

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

 span { border-color: rgb(237,226,73); }

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