Html Css Color HEX #EDE15B Manz

📋 copy color: '#EDE15B'

red 237 ◦ green 225 ◦ blue 91

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

Shades of Manz #EDE15B

Tints of Manz #EDE15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.46%

R = 42.86%
G = 40.69%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDE15B (or 0xEDE15B) is known color: Manz. HEX triplet: ED, E1 and 5B. RGB value is (237,225,91). Sum of RGB (Red+Green+Blue) = 237+225+91=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE15B is #121EA4. Grayscale: #D5D5D5. Windows color (decimal): -1187493 or 6021613. OLE color: 6021613.

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

Color convert

RGB 237 225 91 -
CMYK 0 0.05 0.62 0.07
HSL 55.07º 0.8% 0.64% -
HSV(B) 55.07º 0.62% 0.93% -
XYZ 63.74 72.61 20.55 -
YUV 213.31 58.98 144.9 -
System Red Green Blue C M Y K H S L
Decimal 237 225 91 0 0.05 0.62 0.07 55.07 0.8 0.64
Hex ED E1 5B 0 5 3E 7 37 50 40
Octal 355 341 133 0 5 76 7 67 120 100
Binary 11101101 11100001 1011011 0 101 111110 111 110111 1010000 1000000

Color Harmonies of #EDE15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE15B

Black with #EDE15B

Text Example


Text Example

White with #EDE15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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