Html Css Color HEX #EDDF53 Manz

📋 copy color: '#EDDF53'

red 237 ◦ green 223 ◦ blue 83

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

Shades of Manz #EDDF53

Tints of Manz #EDDF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.29%

R = 43.65%
G = 41.07%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDDF53 (or 0xEDDF53) is known color: Manz. HEX triplet: ED, DF and 53. RGB value is (237,223,83). Sum of RGB (Red+Green+Blue) = 237+223+83=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 83 (32.81% from 255 or 15.29% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF53 is #1220AC. Grayscale: #D3D3D3. Windows color (decimal): -1188013 or 5496813. OLE color: 5496813.

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

Color convert

RGB 237 223 83 -
CMYK 0 0.06 0.65 0.07
HSL 54.55º 0.81% 0.63% -
HSV(B) 54.55º 0.65% 0.93% -
XYZ 62.87 71.4 18.65 -
YUV 211.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 237 223 83 0 0.06 0.65 0.07 54.55 0.81 0.63
Hex ED DF 53 0 6 41 7 37 51 3F
Octal 355 337 123 0 6 101 7 67 121 77
Binary 11101101 11011111 1010011 0 110 1000001 111 110111 1010001 111111

Color Harmonies of #EDDF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF53

Black with #EDDF53

Text Example


Text Example

White with #EDDF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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