Html Css Color HEX #EDE05B Manz

📋 copy color: '#EDE05B'

red 237 ◦ green 224 ◦ blue 91

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

Shades of Manz #EDE05B

Tints of Manz #EDE05B

RGB

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

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

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

R = 42.93%
G = 40.58%
B = 16.49%

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

#EDE05B (or 0xEDE05B) is known color: Manz. HEX triplet: ED, E0 and 5B. RGB value is (237,224,91). Sum of RGB (Red+Green+Blue) = 237+224+91=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE05B is #121FA4. Grayscale: #D5D5D5. Windows color (decimal): -1187749 or 6021357. OLE color: 6021357.

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

Color convert

RGB 237 224 91 -
CMYK 0 0.05 0.62 0.07
HSL 54.66º 0.8% 0.64% -
HSV(B) 54.66º 0.62% 0.93% -
XYZ 63.47 72.07 20.46 -
YUV 212.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 237 224 91 0 0.05 0.62 0.07 54.66 0.8 0.64
Hex ED E0 5B 0 5 3E 7 37 50 40
Octal 355 340 133 0 5 76 7 67 120 100
Binary 11101101 11100000 1011011 0 101 111110 111 110111 1010000 1000000

Color Harmonies of #EDE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE05B

Black with #EDE05B

Text Example


Text Example

White with #EDE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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