Html Css Color HEX #ECE14F Manz

📋 copy color: '#ECE14F'

red 236 ◦ green 225 ◦ blue 79

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

Shades of Manz #ECE14F

Tints of Manz #ECE14F

RGB

 RED value IS 236 (92.58% from 255) = 43.7%

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

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

R = 43.7%
G = 41.67%
B = 14.63%

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

#ECE14F (or 0xECE14F) is known color: Manz. HEX triplet: EC, E1 and 4F. RGB value is (236,225,79). Sum of RGB (Red+Green+Blue) = 236+225+79=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE14F is #131EB0. Grayscale: #D4D4D4. Windows color (decimal): -1253041 or 5235180. OLE color: 5235180.

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

Color convert

RGB 236 225 79 -
CMYK 0 0.05 0.67 0.07
HSL 55.8º 0.81% 0.62% -
HSV(B) 55.8º 0.67% 0.93% -
XYZ 62.93 72.25 18.03 -
YUV 211.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 236 225 79 0 0.05 0.67 0.07 55.8 0.81 0.62
Hex EC E1 4F 0 5 43 7 38 51 3E
Octal 354 341 117 0 5 103 7 70 121 76
Binary 11101100 11100001 1001111 0 101 1000011 111 111000 1010001 111110

Color Harmonies of #ECE14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE14F

Black with #ECE14F

Text Example


Text Example

White with #ECE14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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