Html Css Color HEX #ECE14C Manz

📋 copy color: '#ECE14C'

red 236 ◦ green 225 ◦ blue 76

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

Shades of Manz #ECE14C

Tints of Manz #ECE14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.15%

R = 43.95%
G = 41.9%
B = 14.15%

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

#ECE14C (or 0xECE14C) is known color: Manz. HEX triplet: EC, E1 and 4C. RGB value is (236,225,76). Sum of RGB (Red+Green+Blue) = 236+225+76=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE14C is #131EB3. Grayscale: #D3D3D3. Windows color (decimal): -1253044 or 5038572. OLE color: 5038572.

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

Color convert

RGB 236 225 76 -
CMYK 0 0.05 0.68 0.07
HSL 55.88º 0.81% 0.61% -
HSV(B) 55.88º 0.68% 0.93% -
XYZ 62.82 72.21 17.46 -
YUV 211.3 51.64 145.62 -
System Red Green Blue C M Y K H S L
Decimal 236 225 76 0 0.05 0.68 0.07 55.88 0.81 0.61
Hex EC E1 4C 0 5 44 7 38 51 3D
Octal 354 341 114 0 5 104 7 70 121 75
Binary 11101100 11100001 1001100 0 101 1000100 111 111000 1010001 111101

Color Harmonies of #ECE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE14C

Black with #ECE14C

Text Example


Text Example

White with #ECE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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