Html Css Color HEX #EDDD53 Manz

📋 copy color: '#EDDD53'

red 237 ◦ green 221 ◦ blue 83

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

Shades of Manz #EDDD53

Tints of Manz #EDDD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.34%

R = 43.81%
G = 40.85%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDDD53 (or 0xEDDD53) is known color: Manz. HEX triplet: ED, DD and 53. RGB value is (237,221,83). Sum of RGB (Red+Green+Blue) = 237+221+83=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD53 is #1222AC. Grayscale: #D2D2D2. Windows color (decimal): -1188525 or 5496301. OLE color: 5496301.

HSL color Cylindrical-coordinate representation of color #EDDD53: hue angle of 53.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDDD53 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 83 -
CMYK 0 0.07 0.65 0.07
HSL 53.77º 0.81% 0.63% -
HSV(B) 53.77º 0.65% 0.93% -
XYZ 62.34 70.34 18.48 -
YUV 210.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 237 221 83 0 0.07 0.65 0.07 53.77 0.81 0.63
Hex ED DD 53 0 7 41 7 36 51 3F
Octal 355 335 123 0 7 101 7 66 121 77
Binary 11101101 11011101 1010011 0 111 1000001 111 110110 1010001 111111

Color Harmonies of #EDDD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD53

Black with #EDDD53

Text Example


Text Example

White with #EDDD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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