Html Css Color HEX #EDE54D Manz

📋 copy color: '#EDE54D'

red 237 ◦ green 229 ◦ blue 77

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

Shades of Manz #EDE54D

Tints of Manz #EDE54D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.17%

 BLUE value IS 77 (30.47% from 255) = 14.18%

R = 43.65%
G = 42.17%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE54D (or 0xEDE54D) is known color: Manz. HEX triplet: ED, E5 and 4D. RGB value is (237,229,77). Sum of RGB (Red+Green+Blue) = 237+229+77=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE54D is #121AB2. Grayscale: #D6D6D6. Windows color (decimal): -1186483 or 5105133. OLE color: 5105133.

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

Color convert

RGB 237 229 77 -
CMYK 0 0.03 0.68 0.07
HSL 57º 0.82% 0.62% -
HSV(B) 57º 0.68% 0.93% -
XYZ 64.28 74.58 18.03 -
YUV 214.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 237 229 77 0 0.03 0.68 0.07 57 0.82 0.62
Hex ED E5 4D 0 3 44 7 39 52 3E
Octal 355 345 115 0 3 104 7 71 122 76
Binary 11101101 11100101 1001101 0 11 1000100 111 111001 1010010 111110

Color Harmonies of #EDE54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE54D

Black with #EDE54D

Text Example


Text Example

White with #EDE54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE54D; }

 p { color: rgb(237,229,77); }

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

background-color css

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

 a { background-color: rgb(237,229,77); }

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

border-color css

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

 span { border-color: rgb(237,229,77); }

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