Html Css Color HEX #EDDF56 Manz

📋 copy color: '#EDDF56'

red 237 ◦ green 223 ◦ blue 86

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

Shades of Manz #EDDF56

Tints of Manz #EDDF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.75%

R = 43.41%
G = 40.84%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDDF56 (or 0xEDDF56) is known color: Manz. HEX triplet: ED, DF and 56. RGB value is (237,223,86). Sum of RGB (Red+Green+Blue) = 237+223+86=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF56 is #1220A9. Grayscale: #D4D4D4. Windows color (decimal): -1188010 or 5693421. OLE color: 5693421.

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

Color convert

RGB 237 223 86 -
CMYK 0 0.06 0.64 0.07
HSL 54.44º 0.81% 0.63% -
HSV(B) 54.44º 0.64% 0.93% -
XYZ 62.99 71.45 19.28 -
YUV 211.57 57.14 146.14 -
System Red Green Blue C M Y K H S L
Decimal 237 223 86 0 0.06 0.64 0.07 54.44 0.81 0.63
Hex ED DF 56 0 6 40 7 36 51 3F
Octal 355 337 126 0 6 100 7 66 121 77
Binary 11101101 11011111 1010110 0 110 1000000 111 110110 1010001 111111

Color Harmonies of #EDDF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF56

Black with #EDDF56

Text Example


Text Example

White with #EDDF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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