Html Css Color HEX #EDE756 Manz

📋 copy color: '#EDE756'

red 237 ◦ green 231 ◦ blue 86

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

Shades of Manz #EDE756

Tints of Manz #EDE756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.52%

R = 42.78%
G = 41.7%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EDE756 (or 0xEDE756) is known color: Manz. HEX triplet: ED, E7 and 56. RGB value is (237,231,86). Sum of RGB (Red+Green+Blue) = 237+231+86=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE756 is #1218A9. Grayscale: #D8D8D8. Windows color (decimal): -1185962 or 5695469. OLE color: 5695469.

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

Color convert

RGB 237 231 86 -
CMYK 0 0.03 0.64 0.07
HSL 57.62º 0.81% 0.63% -
HSV(B) 57.62º 0.64% 0.93% -
XYZ 65.18 75.83 20.01 -
YUV 216.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 237 231 86 0 0.03 0.64 0.07 57.62 0.81 0.63
Hex ED E7 56 0 3 40 7 3A 51 3F
Octal 355 347 126 0 3 100 7 72 121 77
Binary 11101101 11100111 1010110 0 11 1000000 111 111010 1010001 111111

Color Harmonies of #EDE756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE756

Black with #EDE756

Text Example


Text Example

White with #EDE756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE756; }

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

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

background-color css

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

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

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

border-color css

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

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

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