Html Css Color HEX #EDDD5C Manz

📋 copy color: '#EDDD5C'

red 237 ◦ green 221 ◦ blue 92

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

Shades of Manz #EDDD5C

Tints of Manz #EDDD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.73%

R = 43.09%
G = 40.18%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDDD5C (or 0xEDDD5C) is known color: Manz. HEX triplet: ED, DD and 5C. RGB value is (237,221,92). Sum of RGB (Red+Green+Blue) = 237+221+92=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD5C is #1222A3. Grayscale: #D3D3D3. Windows color (decimal): -1188516 or 6086125. OLE color: 6086125.

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

Color convert

RGB 237 221 92 -
CMYK 0 0.07 0.61 0.07
HSL 53.38º 0.8% 0.65% -
HSV(B) 53.38º 0.61% 0.93% -
XYZ 62.71 70.49 20.43 -
YUV 211.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 237 221 92 0 0.07 0.61 0.07 53.38 0.8 0.65
Hex ED DD 5C 0 7 3D 7 35 50 41
Octal 355 335 134 0 7 75 7 65 120 101
Binary 11101101 11011101 1011100 0 111 111101 111 110101 1010000 1000001

Color Harmonies of #EDDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD5C

Black with #EDDD5C

Text Example


Text Example

White with #EDDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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