Html Css Color HEX #EDE14D Manz

📋 copy color: '#EDE14D'

red 237 ◦ green 225 ◦ blue 77

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

Shades of Manz #EDE14D

Tints of Manz #EDE14D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.74%

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

R = 43.97%
G = 41.74%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDE14D (or 0xEDE14D) is known color: Manz. HEX triplet: ED, E1 and 4D. RGB value is (237,225,77). Sum of RGB (Red+Green+Blue) = 237+225+77=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE14D is #121EB2. Grayscale: #D4D4D4. Windows color (decimal): -1187507 or 5104109. OLE color: 5104109.

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

Color convert

RGB 237 225 77 -
CMYK 0 0.05 0.68 0.07
HSL 55.5º 0.82% 0.62% -
HSV(B) 55.5º 0.68% 0.93% -
XYZ 63.19 72.39 17.66 -
YUV 211.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 237 225 77 0 0.05 0.68 0.07 55.5 0.82 0.62
Hex ED E1 4D 0 5 44 7 38 52 3E
Octal 355 341 115 0 5 104 7 70 122 76
Binary 11101101 11100001 1001101 0 101 1000100 111 111000 1010010 111110

Color Harmonies of #EDE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE14D

Black with #EDE14D

Text Example


Text Example

White with #EDE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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