Html Css Color HEX #EDDF52 Manz

📋 copy color: '#EDDF52'

red 237 ◦ green 223 ◦ blue 82

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

Shades of Manz #EDDF52

Tints of Manz #EDDF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.13%

R = 43.73%
G = 41.14%
B = 15.13%

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

#EDDF52 (or 0xEDDF52) is known color: Manz. HEX triplet: ED, DF and 52. RGB value is (237,223,82). Sum of RGB (Red+Green+Blue) = 237+223+82=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF52 is #1220AD. Grayscale: #D3D3D3. Windows color (decimal): -1188014 or 5431277. OLE color: 5431277.

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

Color convert

RGB 237 223 82 -
CMYK 0 0.06 0.65 0.07
HSL 54.58º 0.81% 0.63% -
HSV(B) 54.58º 0.65% 0.93% -
XYZ 62.84 71.39 18.45 -
YUV 211.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 237 223 82 0 0.06 0.65 0.07 54.58 0.81 0.63
Hex ED DF 52 0 6 41 7 37 51 3F
Octal 355 337 122 0 6 101 7 67 121 77
Binary 11101101 11011111 1010010 0 110 1000001 111 110111 1010001 111111

Color Harmonies of #EDDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF52

Black with #EDDF52

Text Example


Text Example

White with #EDDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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