Html Css Color HEX #EDE755 Manz

📋 copy color: '#EDE755'

red 237 ◦ green 231 ◦ blue 85

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

Shades of Manz #EDE755

Tints of Manz #EDE755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.37%

R = 42.86%
G = 41.77%
B = 15.37%

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

#EDE755 (or 0xEDE755) is known color: Manz. HEX triplet: ED, E7 and 55. RGB value is (237,231,85). Sum of RGB (Red+Green+Blue) = 237+231+85=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE755 is #1218AA. Grayscale: #D8D8D8. Windows color (decimal): -1185963 or 5629933. OLE color: 5629933.

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

Color convert

RGB 237 231 85 -
CMYK 0 0.03 0.64 0.07
HSL 57.63º 0.81% 0.63% -
HSV(B) 57.63º 0.64% 0.93% -
XYZ 65.14 75.81 19.79 -
YUV 216.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 237 231 85 0 0.03 0.64 0.07 57.63 0.81 0.63
Hex ED E7 55 0 3 40 7 3A 51 3F
Octal 355 347 125 0 3 100 7 72 121 77
Binary 11101101 11100111 1010101 0 11 1000000 111 111010 1010001 111111

Color Harmonies of #EDE755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE755

Black with #EDE755

Text Example


Text Example

White with #EDE755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE755; }

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

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

background-color css

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

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

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

border-color css

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

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

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