Html Css Color HEX #EDE153 Manz

📋 copy color: '#EDE153'

red 237 ◦ green 225 ◦ blue 83

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

Shades of Manz #EDE153

Tints of Manz #EDE153

RGB

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

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

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

R = 43.49%
G = 41.28%
B = 15.23%

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

#EDE153 (or 0xEDE153) is known color: Manz. HEX triplet: ED, E1 and 53. RGB value is (237,225,83). Sum of RGB (Red+Green+Blue) = 237+225+83=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE153 is #121EAC. Grayscale: #D4D4D4. Windows color (decimal): -1187501 or 5497325. OLE color: 5497325.

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

Color convert

RGB 237 225 83 -
CMYK 0 0.05 0.65 0.07
HSL 55.32º 0.81% 0.63% -
HSV(B) 55.32º 0.65% 0.93% -
XYZ 63.41 72.48 18.83 -
YUV 212.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 237 225 83 0 0.05 0.65 0.07 55.32 0.81 0.63
Hex ED E1 53 0 5 41 7 37 51 3F
Octal 355 341 123 0 5 101 7 67 121 77
Binary 11101101 11100001 1010011 0 101 1000001 111 110111 1010001 111111

Color Harmonies of #EDE153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE153

Black with #EDE153

Text Example


Text Example

White with #EDE153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE153; }

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

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

background-color css

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

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

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

border-color css

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

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

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