Html Css Color HEX #EDE14F Manz

📋 copy color: '#EDE14F'

red 237 ◦ green 225 ◦ blue 79

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

Shades of Manz #EDE14F

Tints of Manz #EDE14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.6%

R = 43.81%
G = 41.59%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDE14F (or 0xEDE14F) is known color: Manz. HEX triplet: ED, E1 and 4F. RGB value is (237,225,79). Sum of RGB (Red+Green+Blue) = 237+225+79=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE14F is #121EB0. Grayscale: #D4D4D4. Windows color (decimal): -1187505 or 5235181. OLE color: 5235181.

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

Color convert

RGB 237 225 79 -
CMYK 0 0.05 0.67 0.07
HSL 55.44º 0.81% 0.62% -
HSV(B) 55.44º 0.67% 0.93% -
XYZ 63.26 72.42 18.04 -
YUV 211.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 237 225 79 0 0.05 0.67 0.07 55.44 0.81 0.62
Hex ED E1 4F 0 5 43 7 37 51 3E
Octal 355 341 117 0 5 103 7 67 121 76
Binary 11101101 11100001 1001111 0 101 1000011 111 110111 1010001 111110

Color Harmonies of #EDE14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE14F

Black with #EDE14F

Text Example


Text Example

White with #EDE14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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