Html Css Color HEX #EDE15F Manz

📋 copy color: '#EDE15F'

red 237 ◦ green 225 ◦ blue 95

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

Shades of Manz #EDE15F

Tints of Manz #EDE15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 42.55%
G = 40.39%
B = 17.06%

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

#EDE15F (or 0xEDE15F) is known color: Manz. HEX triplet: ED, E1 and 5F. RGB value is (237,225,95). Sum of RGB (Red+Green+Blue) = 237+225+95=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE15F is #121EA0. Grayscale: #D6D6D6. Windows color (decimal): -1187489 or 6283757. OLE color: 6283757.

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

Color convert

RGB 237 225 95 -
CMYK 0 0.05 0.60 0.07
HSL 54.93º 0.8% 0.65% -
HSV(B) 54.93º 0.6% 0.93% -
XYZ 63.92 72.68 21.49 -
YUV 213.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 237 225 95 0 0.05 0.60 0.07 54.93 0.8 0.65
Hex ED E1 5F 0 5 3C 7 37 50 41
Octal 355 341 137 0 5 74 7 67 120 101
Binary 11101101 11100001 1011111 0 101 111100 111 110111 1010000 1000001

Color Harmonies of #EDE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE15F

Black with #EDE15F

Text Example


Text Example

White with #EDE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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