Html Css Color HEX #EDE260 Manz

📋 copy color: '#EDE260'

red 237 ◦ green 226 ◦ blue 96

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

Shades of Manz #EDE260

Tints of Manz #EDE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.43%

 BLUE value IS 96 (37.89% from 255) = 17.17%

R = 42.4%
G = 40.43%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE260 (or 0xEDE260) is known color: Manz. HEX triplet: ED, E2 and 60. RGB value is (237,226,96). Sum of RGB (Red+Green+Blue) = 237+226+96=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE260 is #121D9F. Grayscale: #D7D7D7. Windows color (decimal): -1187232 or 6349549. OLE color: 6349549.

HSL color Cylindrical-coordinate representation of color #EDE260: hue angle of 55.32º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE260 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 96 -
CMYK 0 0.05 0.59 0.07
HSL 55.32º 0.8% 0.65% -
HSV(B) 55.32º 0.59% 0.93% -
XYZ 64.23 73.24 21.82 -
YUV 214.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 237 226 96 0 0.05 0.59 0.07 55.32 0.8 0.65
Hex ED E2 60 0 5 3B 7 37 50 41
Octal 355 342 140 0 5 73 7 67 120 101
Binary 11101101 11100010 1100000 0 101 111011 111 110111 1010000 1000001

Color Harmonies of #EDE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE260

Black with #EDE260

Text Example


Text Example

White with #EDE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE260; }

 p { color: rgb(237,226,96); }

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

background-color css

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

 a { background-color: rgb(237,226,96); }

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

border-color css

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

 span { border-color: rgb(237,226,96); }

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