Html Css Color HEX #EDE357 Manz

📋 copy color: '#EDE357'

red 237 ◦ green 227 ◦ blue 87

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

Shades of Manz #EDE357

Tints of Manz #EDE357

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

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

R = 43.01%
G = 41.2%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE357 (or 0xEDE357) is known color: Manz. HEX triplet: ED, E3 and 57. RGB value is (237,227,87). Sum of RGB (Red+Green+Blue) = 237+227+87=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 87 (34.38% from 255 or 15.79% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE357 is #121CA8. Grayscale: #D6D6D6. Windows color (decimal): -1186985 or 5759981. OLE color: 5759981.

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

Color convert

RGB 237 227 87 -
CMYK 0 0.04 0.63 0.07
HSL 56º 0.81% 0.64% -
HSV(B) 56º 0.63% 0.93% -
XYZ 64.11 73.63 19.85 -
YUV 214.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 237 227 87 0 0.04 0.63 0.07 56 0.81 0.64
Hex ED E3 57 0 4 3F 7 38 51 40
Octal 355 343 127 0 4 77 7 70 121 100
Binary 11101101 11100011 1010111 0 100 111111 111 111000 1010001 1000000

Color Harmonies of #EDE357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE357

Black with #EDE357

Text Example


Text Example

White with #EDE357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE357; }

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

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

background-color css

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

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

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

border-color css

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

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

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