Html Css Color HEX #EDE147 Manz

📋 copy color: '#EDE147'

red 237 ◦ green 225 ◦ blue 71

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

Shades of Manz #EDE147

Tints of Manz #EDE147

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.21%

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

R = 44.47%
G = 42.21%
B = 13.32%

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

#EDE147 (or 0xEDE147) is known color: Manz. HEX triplet: ED, E1 and 47. RGB value is (237,225,71). Sum of RGB (Red+Green+Blue) = 237+225+71=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE147 is #121EB8. Grayscale: #D3D3D3. Windows color (decimal): -1187513 or 4710893. OLE color: 4710893.

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

Color convert

RGB 237 225 71 -
CMYK 0 0.05 0.70 0.07
HSL 55.66º 0.82% 0.6% -
HSV(B) 55.66º 0.7% 0.93% -
XYZ 62.99 72.31 16.6 -
YUV 211.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 237 225 71 0 0.05 0.70 0.07 55.66 0.82 0.6
Hex ED E1 47 0 5 46 7 38 52 3C
Octal 355 341 107 0 5 106 7 70 122 74
Binary 11101101 11100001 1000111 0 101 1000110 111 111000 1010010 111100

Color Harmonies of #EDE147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE147

Black with #EDE147

Text Example


Text Example

White with #EDE147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE147; }

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

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

background-color css

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

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

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

border-color css

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

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

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