Html Css Color HEX #EDE05D Manz

📋 copy color: '#EDE05D'

red 237 ◦ green 224 ◦ blue 93

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

Shades of Manz #EDE05D

Tints of Manz #EDE05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.79%

R = 42.78%
G = 40.43%
B = 16.79%

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

#EDE05D (or 0xEDE05D) is known color: Manz. HEX triplet: ED, E0 and 5D. RGB value is (237,224,93). Sum of RGB (Red+Green+Blue) = 237+224+93=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE05D is #121FA2. Grayscale: #D5D5D5. Windows color (decimal): -1187747 or 6152429. OLE color: 6152429.

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

Color convert

RGB 237 224 93 -
CMYK 0 0.05 0.61 0.07
HSL 54.58º 0.8% 0.65% -
HSV(B) 54.58º 0.61% 0.93% -
XYZ 63.56 72.11 20.92 -
YUV 212.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 237 224 93 0 0.05 0.61 0.07 54.58 0.8 0.65
Hex ED E0 5D 0 5 3D 7 37 50 41
Octal 355 340 135 0 5 75 7 67 120 101
Binary 11101101 11100000 1011101 0 101 111101 111 110111 1010000 1000001

Color Harmonies of #EDE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE05D

Black with #EDE05D

Text Example


Text Example

White with #EDE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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