Html Css Color HEX #EDE247 Manz

📋 copy color: '#EDE247'

red 237 ◦ green 226 ◦ blue 71

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

Shades of Manz #EDE247

Tints of Manz #EDE247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.3%

R = 44.38%
G = 42.32%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDE247 (or 0xEDE247) is known color: Manz. HEX triplet: ED, E2 and 47. RGB value is (237,226,71). Sum of RGB (Red+Green+Blue) = 237+226+71=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE247 is #121DB8. Grayscale: #D4D4D4. Windows color (decimal): -1187257 or 4711149. OLE color: 4711149.

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

Color convert

RGB 237 226 71 -
CMYK 0 0.05 0.70 0.07
HSL 56.02º 0.82% 0.6% -
HSV(B) 56.02º 0.7% 0.93% -
XYZ 63.26 72.85 16.69 -
YUV 211.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 237 226 71 0 0.05 0.70 0.07 56.02 0.82 0.6
Hex ED E2 47 0 5 46 7 38 52 3C
Octal 355 342 107 0 5 106 7 70 122 74
Binary 11101101 11100010 1000111 0 101 1000110 111 111000 1010010 111100

Color Harmonies of #EDE247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE247

Black with #EDE247

Text Example


Text Example

White with #EDE247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE247; }

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

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

background-color css

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

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

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

border-color css

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

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

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