Html Css Color HEX #EDE758 Manz

📋 copy color: '#EDE758'

red 237 ◦ green 231 ◦ blue 88

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

Shades of Manz #EDE758

Tints of Manz #EDE758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.83%

R = 42.63%
G = 41.55%
B = 15.83%

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

#EDE758 (or 0xEDE758) is known color: Manz. HEX triplet: ED, E7 and 58. RGB value is (237,231,88). Sum of RGB (Red+Green+Blue) = 237+231+88=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE758 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE758 is #1218A7. Grayscale: #D9D9D9. Windows color (decimal): -1185960 or 5826541. OLE color: 5826541.

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

Color convert

RGB 237 231 88 -
CMYK 0 0.03 0.63 0.07
HSL 57.58º 0.81% 0.64% -
HSV(B) 57.58º 0.63% 0.93% -
XYZ 65.26 75.86 20.44 -
YUV 216.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 237 231 88 0 0.03 0.63 0.07 57.58 0.81 0.64
Hex ED E7 58 0 3 3F 7 3A 51 40
Octal 355 347 130 0 3 77 7 72 121 100
Binary 11101101 11100111 1011000 0 11 111111 111 111010 1010001 1000000

Color Harmonies of #EDE758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE758

Black with #EDE758

Text Example


Text Example

White with #EDE758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE758; }

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

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

background-color css

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

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

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

border-color css

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

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

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