Html Css Color HEX #EDE353 Manz

📋 copy color: '#EDE353'

red 237 ◦ green 227 ◦ blue 83

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

Shades of Manz #EDE353

Tints of Manz #EDE353

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

 BLUE value IS 83 (32.81% from 255) = 15.17%

R = 43.33%
G = 41.5%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE353 (or 0xEDE353) is known color: Manz. HEX triplet: ED, E3 and 53. RGB value is (237,227,83). Sum of RGB (Red+Green+Blue) = 237+227+83=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 83 (32.81% from 255 or 15.17% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE353 is #121CAC. Grayscale: #D6D6D6. Windows color (decimal): -1186989 or 5497837. OLE color: 5497837.

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

Color convert

RGB 237 227 83 -
CMYK 0 0.04 0.65 0.07
HSL 56.1º 0.81% 0.63% -
HSV(B) 56.1º 0.65% 0.93% -
XYZ 63.96 73.57 19.01 -
YUV 213.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 237 227 83 0 0.04 0.65 0.07 56.1 0.81 0.63
Hex ED E3 53 0 4 41 7 38 51 3F
Octal 355 343 123 0 4 101 7 70 121 77
Binary 11101101 11100011 1010011 0 100 1000001 111 111000 1010001 111111

Color Harmonies of #EDE353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE353

Black with #EDE353

Text Example


Text Example

White with #EDE353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE353; }

 p { color: rgb(237,227,83); }

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

background-color css

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

 a { background-color: rgb(237,227,83); }

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

border-color css

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

 span { border-color: rgb(237,227,83); }

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