Html Css Color HEX #EDE25F Manz

📋 copy color: '#EDE25F'

red 237 ◦ green 226 ◦ blue 95

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

Shades of Manz #EDE25F

Tints of Manz #EDE25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

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

R = 42.47%
G = 40.5%
B = 17.03%

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

#EDE25F (or 0xEDE25F) is known color: Manz. HEX triplet: ED, E2 and 5F. RGB value is (237,226,95). Sum of RGB (Red+Green+Blue) = 237+226+95=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE25F is #121DA0. Grayscale: #D6D6D6. Windows color (decimal): -1187233 or 6284013. OLE color: 6284013.

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

Color convert

RGB 237 226 95 -
CMYK 0 0.05 0.60 0.07
HSL 55.35º 0.8% 0.65% -
HSV(B) 55.35º 0.6% 0.93% -
XYZ 64.19 73.22 21.58 -
YUV 214.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 237 226 95 0 0.05 0.60 0.07 55.35 0.8 0.65
Hex ED E2 5F 0 5 3C 7 37 50 41
Octal 355 342 137 0 5 74 7 67 120 101
Binary 11101101 11100010 1011111 0 101 111100 111 110111 1010000 1000001

Color Harmonies of #EDE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE25F

Black with #EDE25F

Text Example


Text Example

White with #EDE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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