Html Css Color HEX #EDDF57 Manz

📋 copy color: '#EDDF57'

red 237 ◦ green 223 ◦ blue 87

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

Shades of Manz #EDDF57

Tints of Manz #EDDF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.9%

R = 43.33%
G = 40.77%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDDF57 (or 0xEDDF57) is known color: Manz. HEX triplet: ED, DF and 57. RGB value is (237,223,87). Sum of RGB (Red+Green+Blue) = 237+223+87=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 87 (34.38% from 255 or 15.90% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF57 is #1220A8. Grayscale: #D4D4D4. Windows color (decimal): -1188009 or 5758957. OLE color: 5758957.

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

Color convert

RGB 237 223 87 -
CMYK 0 0.06 0.63 0.07
HSL 54.4º 0.81% 0.64% -
HSV(B) 54.4º 0.63% 0.93% -
XYZ 63.03 71.47 19.49 -
YUV 211.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 237 223 87 0 0.06 0.63 0.07 54.4 0.81 0.64
Hex ED DF 57 0 6 3F 7 36 51 40
Octal 355 337 127 0 6 77 7 66 121 100
Binary 11101101 11011111 1010111 0 110 111111 111 110110 1010001 1000000

Color Harmonies of #EDDF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF57

Black with #EDDF57

Text Example


Text Example

White with #EDDF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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