Html Css Color HEX #EDE154 Manz

📋 copy color: '#EDE154'

red 237 ◦ green 225 ◦ blue 84

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

Shades of Manz #EDE154

Tints of Manz #EDE154

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.21%

 BLUE value IS 84 (33.2% from 255) = 15.38%

R = 43.41%
G = 41.21%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDE154 (or 0xEDE154) is known color: Manz. HEX triplet: ED, E1 and 54. RGB value is (237,225,84). Sum of RGB (Red+Green+Blue) = 237+225+84=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE154 is #121EAB. Grayscale: #D5D5D5. Windows color (decimal): -1187500 or 5562861. OLE color: 5562861.

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

Color convert

RGB 237 225 84 -
CMYK 0 0.05 0.65 0.07
HSL 55.29º 0.81% 0.63% -
HSV(B) 55.29º 0.65% 0.93% -
XYZ 63.45 72.5 19.04 -
YUV 212.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 237 225 84 0 0.05 0.65 0.07 55.29 0.81 0.63
Hex ED E1 54 0 5 41 7 37 51 3F
Octal 355 341 124 0 5 101 7 67 121 77
Binary 11101101 11100001 1010100 0 101 1000001 111 110111 1010001 111111

Color Harmonies of #EDE154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE154

Black with #EDE154

Text Example


Text Example

White with #EDE154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE154; }

 p { color: rgb(237,225,84); }

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

background-color css

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

 a { background-color: rgb(237,225,84); }

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

border-color css

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

 span { border-color: rgb(237,225,84); }

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