Html Css Color HEX #EDE05C Manz

📋 copy color: '#EDE05C'

red 237 ◦ green 224 ◦ blue 92

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

Shades of Manz #EDE05C

Tints of Manz #EDE05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.51%

 BLUE value IS 92 (36.33% from 255) = 16.64%

R = 42.86%
G = 40.51%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDE05C (or 0xEDE05C) is known color: Manz. HEX triplet: ED, E0 and 5C. RGB value is (237,224,92). Sum of RGB (Red+Green+Blue) = 237+224+92=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE05C is #121FA3. Grayscale: #D5D5D5. Windows color (decimal): -1187748 or 6086893. OLE color: 6086893.

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

Color convert

RGB 237 224 92 -
CMYK 0 0.05 0.61 0.07
HSL 54.62º 0.8% 0.65% -
HSV(B) 54.62º 0.61% 0.93% -
XYZ 63.51 72.09 20.69 -
YUV 212.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 237 224 92 0 0.05 0.61 0.07 54.62 0.8 0.65
Hex ED E0 5C 0 5 3D 7 37 50 41
Octal 355 340 134 0 5 75 7 67 120 101
Binary 11101101 11100000 1011100 0 101 111101 111 110111 1010000 1000001

Color Harmonies of #EDE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE05C

Black with #EDE05C

Text Example


Text Example

White with #EDE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE05C; }

 p { color: rgb(237,224,92); }

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

background-color css

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

 a { background-color: rgb(237,224,92); }

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

border-color css

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

 span { border-color: rgb(237,224,92); }

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