Html Css Color HEX #EDE15E Manz

📋 copy color: '#EDE15E'

red 237 ◦ green 225 ◦ blue 94

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

Shades of Manz #EDE15E

Tints of Manz #EDE15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.91%

R = 42.63%
G = 40.47%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDE15E (or 0xEDE15E) is known color: Manz. HEX triplet: ED, E1 and 5E. RGB value is (237,225,94). Sum of RGB (Red+Green+Blue) = 237+225+94=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE15E is #121EA1. Grayscale: #D6D6D6. Windows color (decimal): -1187490 or 6218221. OLE color: 6218221.

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

Color convert

RGB 237 225 94 -
CMYK 0 0.05 0.60 0.07
HSL 54.97º 0.8% 0.65% -
HSV(B) 54.97º 0.6% 0.93% -
XYZ 63.87 72.66 21.25 -
YUV 213.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 237 225 94 0 0.05 0.60 0.07 54.97 0.8 0.65
Hex ED E1 5E 0 5 3C 7 37 50 41
Octal 355 341 136 0 5 74 7 67 120 101
Binary 11101101 11100001 1011110 0 101 111100 111 110111 1010000 1000001

Color Harmonies of #EDE15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE15E

Black with #EDE15E

Text Example


Text Example

White with #EDE15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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