Html Css Color HEX #EDE05A Manz

📋 copy color: '#EDE05A'

red 237 ◦ green 224 ◦ blue 90

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

Shades of Manz #EDE05A

Tints of Manz #EDE05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.33%

R = 43.01%
G = 40.65%
B = 16.33%

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

#EDE05A (or 0xEDE05A) is known color: Manz. HEX triplet: ED, E0 and 5A. RGB value is (237,224,90). Sum of RGB (Red+Green+Blue) = 237+224+90=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE05A is #121FA5. Grayscale: #D5D5D5. Windows color (decimal): -1187750 or 5955821. OLE color: 5955821.

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

Color convert

RGB 237 224 90 -
CMYK 0 0.05 0.62 0.07
HSL 54.69º 0.8% 0.64% -
HSV(B) 54.69º 0.62% 0.93% -
XYZ 63.43 72.05 20.24 -
YUV 212.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 237 224 90 0 0.05 0.62 0.07 54.69 0.8 0.64
Hex ED E0 5A 0 5 3E 7 37 50 40
Octal 355 340 132 0 5 76 7 67 120 100
Binary 11101101 11100000 1011010 0 101 111110 111 110111 1010000 1000000

Color Harmonies of #EDE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE05A

Black with #EDE05A

Text Example


Text Example

White with #EDE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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