Html Css Color HEX #EDE44A Manz

📋 copy color: '#EDE44A'

red 237 ◦ green 228 ◦ blue 74

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

Shades of Manz #EDE44A

Tints of Manz #EDE44A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.3%

 BLUE value IS 74 (29.3% from 255) = 13.73%

R = 43.97%
G = 42.3%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE44A (or 0xEDE44A) is known color: Manz. HEX triplet: ED, E4 and 4A. RGB value is (237,228,74). Sum of RGB (Red+Green+Blue) = 237+228+74=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE44A is #121BB5. Grayscale: #D5D5D5. Windows color (decimal): -1186742 or 4908269. OLE color: 4908269.

HSL color Cylindrical-coordinate representation of color #EDE44A: hue angle of 56.69º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDE44A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 74 -
CMYK 0 0.04 0.69 0.07
HSL 56.69º 0.82% 0.61% -
HSV(B) 56.69º 0.69% 0.93% -
XYZ 63.9 73.99 17.39 -
YUV 213.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 237 228 74 0 0.04 0.69 0.07 56.69 0.82 0.61
Hex ED E4 4A 0 4 45 7 39 52 3D
Octal 355 344 112 0 4 105 7 71 122 75
Binary 11101101 11100100 1001010 0 100 1000101 111 111001 1010010 111101

Color Harmonies of #EDE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE44A

Black with #EDE44A

Text Example


Text Example

White with #EDE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE44A; }

 p { color: rgb(237,228,74); }

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

background-color css

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

 a { background-color: rgb(237,228,74); }

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

border-color css

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

 span { border-color: rgb(237,228,74); }

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