Html Css Color HEX #EDE057 Manz

📋 copy color: '#EDE057'

red 237 ◦ green 224 ◦ blue 87

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

Shades of Manz #EDE057

Tints of Manz #EDE057

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.88%

 BLUE value IS 87 (34.38% from 255) = 15.88%

R = 43.25%
G = 40.88%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE057 (or 0xEDE057) is known color: Manz. HEX triplet: ED, E0 and 57. RGB value is (237,224,87). Sum of RGB (Red+Green+Blue) = 237+224+87=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 87 (34.38% from 255 or 15.88% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE057 is #121FA8. Grayscale: #D4D4D4. Windows color (decimal): -1187753 or 5759213. OLE color: 5759213.

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

Color convert

RGB 237 224 87 -
CMYK 0 0.05 0.63 0.07
HSL 54.8º 0.81% 0.64% -
HSV(B) 54.8º 0.63% 0.93% -
XYZ 63.3 72 19.58 -
YUV 212.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 237 224 87 0 0.05 0.63 0.07 54.8 0.81 0.64
Hex ED E0 57 0 5 3F 7 37 51 40
Octal 355 340 127 0 5 77 7 67 121 100
Binary 11101101 11100000 1010111 0 101 111111 111 110111 1010001 1000000

Color Harmonies of #EDE057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE057

Black with #EDE057

Text Example


Text Example

White with #EDE057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE057; }

 p { color: rgb(237,224,87); }

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

background-color css

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

 a { background-color: rgb(237,224,87); }

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

border-color css

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

 span { border-color: rgb(237,224,87); }

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