Html Css Color HEX #EDDD51 Manz

📋 copy color: '#EDDD51'

red 237 ◦ green 221 ◦ blue 81

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

Shades of Manz #EDDD51

Tints of Manz #EDDD51

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 81 (32.03% from 255) = 15.03%

R = 43.97%
G = 41%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDDD51 (or 0xEDDD51) is known color: Manz. HEX triplet: ED, DD and 51. RGB value is (237,221,81). Sum of RGB (Red+Green+Blue) = 237+221+81=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 81 (32.03% from 255 or 15.03% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD51 is #1222AE. Grayscale: #D2D2D2. Windows color (decimal): -1188527 or 5365229. OLE color: 5365229.

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

Color convert

RGB 237 221 81 -
CMYK 0 0.07 0.66 0.07
HSL 53.85º 0.81% 0.62% -
HSV(B) 53.85º 0.66% 0.93% -
XYZ 62.27 70.31 18.07 -
YUV 209.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 237 221 81 0 0.07 0.66 0.07 53.85 0.81 0.62
Hex ED DD 51 0 7 42 7 36 51 3E
Octal 355 335 121 0 7 102 7 66 121 76
Binary 11101101 11011101 1010001 0 111 1000010 111 110110 1010001 111110

Color Harmonies of #EDDD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD51

Black with #EDDD51

Text Example


Text Example

White with #EDDD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD51; }

 p { color: rgb(237,221,81); }

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

background-color css

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

 a { background-color: rgb(237,221,81); }

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

border-color css

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

 span { border-color: rgb(237,221,81); }

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