Html Css Color HEX #EDE064 Manz

📋 copy color: '#EDE064'

red 237 ◦ green 224 ◦ blue 100

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

Shades of Manz #EDE064

Tints of Manz #EDE064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.83%

R = 42.25%
G = 39.93%
B = 17.83%

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

#EDE064 (or 0xEDE064) is known color: Manz. HEX triplet: ED, E0 and 64. RGB value is (237,224,100). Sum of RGB (Red+Green+Blue) = 237+224+100=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 100 (39.45% from 255 or 17.83% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE064 is #121F9B. Grayscale: #D6D6D6. Windows color (decimal): -1187740 or 6611181. OLE color: 6611181.

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

Color convert

RGB 237 224 100 -
CMYK 0 0.05 0.58 0.07
HSL 54.31º 0.79% 0.66% -
HSV(B) 54.31º 0.58% 0.93% -
XYZ 63.88 72.24 22.63 -
YUV 213.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 237 224 100 0 0.05 0.58 0.07 54.31 0.79 0.66
Hex ED E0 64 0 5 3A 7 36 4F 42
Octal 355 340 144 0 5 72 7 66 117 102
Binary 11101101 11100000 1100100 0 101 111010 111 110110 1001111 1000010

Color Harmonies of #EDE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE064

Black with #EDE064

Text Example


Text Example

White with #EDE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE064; }

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

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

background-color css

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

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

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

border-color css

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

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

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