Html Css Color HEX #EDDF61 Manz

📋 copy color: '#EDDF61'

red 237 ◦ green 223 ◦ blue 97

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

Shades of Manz #EDDF61

Tints of Manz #EDDF61

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.04%

 BLUE value IS 97 (38.28% from 255) = 17.41%

R = 42.55%
G = 40.04%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDDF61 (or 0xEDDF61) is known color: Manz. HEX triplet: ED, DF and 61. RGB value is (237,223,97). Sum of RGB (Red+Green+Blue) = 237+223+97=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF61 is #12209E. Grayscale: #D5D5D5. Windows color (decimal): -1187999 or 6414317. OLE color: 6414317.

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

Color convert

RGB 237 223 97 -
CMYK 0 0.06 0.59 0.07
HSL 54º 0.8% 0.65% -
HSV(B) 54º 0.59% 0.93% -
XYZ 63.47 71.64 21.79 -
YUV 212.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 237 223 97 0 0.06 0.59 0.07 54 0.8 0.65
Hex ED DF 61 0 6 3B 7 36 50 41
Octal 355 337 141 0 6 73 7 66 120 101
Binary 11101101 11011111 1100001 0 110 111011 111 110110 1010000 1000001

Color Harmonies of #EDDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF61

Black with #EDDF61

Text Example


Text Example

White with #EDDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF61; }

 p { color: rgb(237,223,97); }

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

background-color css

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

 a { background-color: rgb(237,223,97); }

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

border-color css

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

 span { border-color: rgb(237,223,97); }

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