Html Css Color HEX #EDE757 Manz

📋 copy color: '#EDE757'

red 237 ◦ green 231 ◦ blue 87

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

Shades of Manz #EDE757

Tints of Manz #EDE757

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

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

R = 42.7%
G = 41.62%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDE757 (or 0xEDE757) is known color: Manz. HEX triplet: ED, E7 and 57. RGB value is (237,231,87). Sum of RGB (Red+Green+Blue) = 237+231+87=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE757 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE757 is #1218A8. Grayscale: #D8D8D8. Windows color (decimal): -1185961 or 5761005. OLE color: 5761005.

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

Color convert

RGB 237 231 87 -
CMYK 0 0.03 0.63 0.07
HSL 57.6º 0.81% 0.64% -
HSV(B) 57.6º 0.63% 0.93% -
XYZ 65.22 75.84 20.22 -
YUV 216.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 237 231 87 0 0.03 0.63 0.07 57.6 0.81 0.64
Hex ED E7 57 0 3 3F 7 3A 51 40
Octal 355 347 127 0 3 77 7 72 121 100
Binary 11101101 11100111 1010111 0 11 111111 111 111010 1010001 1000000

Color Harmonies of #EDE757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE757

Black with #EDE757

Text Example


Text Example

White with #EDE757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE757; }

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

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

background-color css

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

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

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

border-color css

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

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

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