Html Css Color HEX #EDDF58 Manz

📋 copy color: '#EDDF58'

red 237 ◦ green 223 ◦ blue 88

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

Shades of Manz #EDDF58

Tints of Manz #EDDF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.06%

R = 43.25%
G = 40.69%
B = 16.06%

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

#EDDF58 (or 0xEDDF58) is known color: Manz. HEX triplet: ED, DF and 58. RGB value is (237,223,88). Sum of RGB (Red+Green+Blue) = 237+223+88=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF58 is #1220A7. Grayscale: #D4D4D4. Windows color (decimal): -1188008 or 5824493. OLE color: 5824493.

HSL color Cylindrical-coordinate representation of color #EDDF58: hue angle of 54.36º 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 #EDDF58 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 88 -
CMYK 0 0.06 0.63 0.07
HSL 54.36º 0.81% 0.64% -
HSV(B) 54.36º 0.63% 0.93% -
XYZ 63.07 71.48 19.71 -
YUV 211.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 237 223 88 0 0.06 0.63 0.07 54.36 0.81 0.64
Hex ED DF 58 0 6 3F 7 36 51 40
Octal 355 337 130 0 6 77 7 66 121 100
Binary 11101101 11011111 1011000 0 110 111111 111 110110 1010001 1000000

Color Harmonies of #EDDF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF58

Black with #EDDF58

Text Example


Text Example

White with #EDDF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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