Html Css Color HEX #EDE152 Manz

📋 copy color: '#EDE152'

red 237 ◦ green 225 ◦ blue 82

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

Shades of Manz #EDE152

Tints of Manz #EDE152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.36%

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

R = 43.57%
G = 41.36%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE152 (or 0xEDE152) is known color: Manz. HEX triplet: ED, E1 and 52. RGB value is (237,225,82). Sum of RGB (Red+Green+Blue) = 237+225+82=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE152 is #121EAD. Grayscale: #D4D4D4. Windows color (decimal): -1187502 or 5431789. OLE color: 5431789.

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

Color convert

RGB 237 225 82 -
CMYK 0 0.05 0.65 0.07
HSL 55.35º 0.81% 0.63% -
HSV(B) 55.35º 0.65% 0.93% -
XYZ 63.37 72.46 18.63 -
YUV 212.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 237 225 82 0 0.05 0.65 0.07 55.35 0.81 0.63
Hex ED E1 52 0 5 41 7 37 51 3F
Octal 355 341 122 0 5 101 7 67 121 77
Binary 11101101 11100001 1010010 0 101 1000001 111 110111 1010001 111111

Color Harmonies of #EDE152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE152

Black with #EDE152

Text Example


Text Example

White with #EDE152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE152; }

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

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

background-color css

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

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

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

border-color css

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

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

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