Html Css Color HEX #EDE063 Manz

📋 copy color: '#EDE063'

red 237 ◦ green 224 ◦ blue 99

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

Shades of Manz #EDE063

Tints of Manz #EDE063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.68%

R = 42.32%
G = 40%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDE063 (or 0xEDE063) is known color: Manz. HEX triplet: ED, E0 and 63. RGB value is (237,224,99). Sum of RGB (Red+Green+Blue) = 237+224+99=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 99 (39.06% from 255 or 17.68% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE063 is #121F9C. Grayscale: #D6D6D6. Windows color (decimal): -1187741 or 6545645. OLE color: 6545645.

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

Color convert

RGB 237 224 99 -
CMYK 0 0.05 0.58 0.07
HSL 54.35º 0.79% 0.66% -
HSV(B) 54.35º 0.58% 0.93% -
XYZ 63.83 72.22 22.38 -
YUV 213.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 237 224 99 0 0.05 0.58 0.07 54.35 0.79 0.66
Hex ED E0 63 0 5 3A 7 36 4F 42
Octal 355 340 143 0 5 72 7 66 117 102
Binary 11101101 11100000 1100011 0 101 111010 111 110110 1001111 1000010

Color Harmonies of #EDE063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE063

Black with #EDE063

Text Example


Text Example

White with #EDE063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE063; }

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

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

background-color css

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

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

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

border-color css

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

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

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