Html Css Color HEX #EDDD5A Manz

📋 copy color: '#EDDD5A'

red 237 ◦ green 221 ◦ blue 90

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

Shades of Manz #EDDD5A

Tints of Manz #EDDD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.42%

R = 43.25%
G = 40.33%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDDD5A (or 0xEDDD5A) is known color: Manz. HEX triplet: ED, DD and 5A. RGB value is (237,221,90). Sum of RGB (Red+Green+Blue) = 237+221+90=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD5A is #1222A5. Grayscale: #D3D3D3. Windows color (decimal): -1188518 or 5955053. OLE color: 5955053.

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

Color convert

RGB 237 221 90 -
CMYK 0 0.07 0.62 0.07
HSL 53.47º 0.8% 0.64% -
HSV(B) 53.47º 0.62% 0.93% -
XYZ 62.63 70.46 19.97 -
YUV 210.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 237 221 90 0 0.07 0.62 0.07 53.47 0.8 0.64
Hex ED DD 5A 0 7 3E 7 35 50 40
Octal 355 335 132 0 7 76 7 65 120 100
Binary 11101101 11011101 1011010 0 111 111110 111 110101 1010000 1000000

Color Harmonies of #EDDD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD5A

Black with #EDDD5A

Text Example


Text Example

White with #EDDD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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