Html Css Color HEX #EEDE52 Manz

📋 copy color: '#EEDE52'

red 238 ◦ green 222 ◦ blue 82

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

Shades of Manz #EEDE52

Tints of Manz #EEDE52

RGB

 RED value IS 238 (93.36% from 255) = 43.91%

 GREEN value IS 222 (87.11% from 255) = 40.96%

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

R = 43.91%
G = 40.96%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEDE52 (or 0xEEDE52) is known color: Manz. HEX triplet: EE, DE and 52. RGB value is (238,222,82). Sum of RGB (Red+Green+Blue) = 238+222+82=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE52 is #1121AD. Grayscale: #D3D3D3. Windows color (decimal): -1122734 or 5431022. OLE color: 5431022.

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

Color convert

RGB 238 222 82 -
CMYK 0 0.07 0.66 0.07
HSL 53.85º 0.82% 0.63% -
HSV(B) 53.85º 0.66% 0.93% -
XYZ 62.9 71.03 18.38 -
YUV 210.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 238 222 82 0 0.07 0.66 0.07 53.85 0.82 0.63
Hex EE DE 52 0 7 42 7 36 52 3F
Octal 356 336 122 0 7 102 7 66 122 77
Binary 11101110 11011110 1010010 0 111 1000010 111 110110 1010010 111111

Color Harmonies of #EEDE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE52

Black with #EEDE52

Text Example


Text Example

White with #EEDE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE52; }

 p { color: rgb(238,222,82); }

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

background-color css

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

 a { background-color: rgb(238,222,82); }

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

border-color css

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

 span { border-color: rgb(238,222,82); }

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