Html Css Color HEX #EDE452 Manz

📋 copy color: '#EDE452'

red 237 ◦ green 228 ◦ blue 82

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

Shades of Manz #EDE452

Tints of Manz #EDE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.68%

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

R = 43.33%
G = 41.68%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE452 (or 0xEDE452) is known color: Manz. HEX triplet: ED, E4 and 52. RGB value is (237,228,82). Sum of RGB (Red+Green+Blue) = 237+228+82=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE452 is #121BAD. Grayscale: #D6D6D6. Windows color (decimal): -1186734 or 5432557. OLE color: 5432557.

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

Color convert

RGB 237 228 82 -
CMYK 0 0.04 0.65 0.07
HSL 56.52º 0.81% 0.63% -
HSV(B) 56.52º 0.65% 0.93% -
XYZ 64.19 74.1 18.9 -
YUV 214.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 237 228 82 0 0.04 0.65 0.07 56.52 0.81 0.63
Hex ED E4 52 0 4 41 7 39 51 3F
Octal 355 344 122 0 4 101 7 71 121 77
Binary 11101101 11100100 1010010 0 100 1000001 111 111001 1010001 111111

Color Harmonies of #EDE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE452

Black with #EDE452

Text Example


Text Example

White with #EDE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE452; }

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

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

background-color css

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

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

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

border-color css

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

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

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