Html Css Color HEX #EDE45D Manz

📋 copy color: '#EDE45D'

red 237 ◦ green 228 ◦ blue 93

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

Shades of Manz #EDE45D

Tints of Manz #EDE45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.67%

R = 42.47%
G = 40.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDE45D (or 0xEDE45D) is known color: Manz. HEX triplet: ED, E4 and 5D. RGB value is (237,228,93). Sum of RGB (Red+Green+Blue) = 237+228+93=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE45D is #121BA2. Grayscale: #D7D7D7. Windows color (decimal): -1186723 or 6153453. OLE color: 6153453.

HSL color Cylindrical-coordinate representation of color #EDE45D: hue angle of 56.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDE45D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 93 -
CMYK 0 0.04 0.61 0.07
HSL 56.25º 0.8% 0.65% -
HSV(B) 56.25º 0.61% 0.93% -
XYZ 64.64 74.28 21.29 -
YUV 215.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 237 228 93 0 0.04 0.61 0.07 56.25 0.8 0.65
Hex ED E4 5D 0 4 3D 7 38 50 41
Octal 355 344 135 0 4 75 7 70 120 101
Binary 11101101 11100100 1011101 0 100 111101 111 111000 1010000 1000001

Color Harmonies of #EDE45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE45D

Black with #EDE45D

Text Example


Text Example

White with #EDE45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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