Html Css Color HEX #EDE753 Manz

📋 copy color: '#EDE753'

red 237 ◦ green 231 ◦ blue 83

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

Shades of Manz #EDE753

Tints of Manz #EDE753

RGB

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

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

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

R = 43.01%
G = 41.92%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE753 (or 0xEDE753) is known color: Manz. HEX triplet: ED, E7 and 53. RGB value is (237,231,83). Sum of RGB (Red+Green+Blue) = 237+231+83=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 83 (32.81% from 255 or 15.06% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE753 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE753 is #1218AC. Grayscale: #D8D8D8. Windows color (decimal): -1185965 or 5498861. OLE color: 5498861.

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

Color convert

RGB 237 231 83 -
CMYK 0 0.03 0.65 0.07
HSL 57.66º 0.81% 0.63% -
HSV(B) 57.66º 0.65% 0.93% -
XYZ 65.06 75.78 19.38 -
YUV 215.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 237 231 83 0 0.03 0.65 0.07 57.66 0.81 0.63
Hex ED E7 53 0 3 41 7 3A 51 3F
Octal 355 347 123 0 3 101 7 72 121 77
Binary 11101101 11100111 1010011 0 11 1000001 111 111010 1010001 111111

Color Harmonies of #EDE753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE753

Black with #EDE753

Text Example


Text Example

White with #EDE753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE753; }

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

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

background-color css

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

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

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

border-color css

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

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

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