Html Css Color HEX #ECDE5B Manz

📋 copy color: '#ECDE5B'

red 236 ◦ green 222 ◦ blue 91

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

Shades of Manz #ECDE5B

Tints of Manz #ECDE5B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.44%

 BLUE value IS 91 (35.94% from 255) = 16.58%

R = 42.99%
G = 40.44%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECDE5B (or 0xECDE5B) is known color: Manz. HEX triplet: EC, DE and 5B. RGB value is (236,222,91). Sum of RGB (Red+Green+Blue) = 236+222+91=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE5B is #1321A4. Grayscale: #D3D3D3. Windows color (decimal): -1253797 or 6020844. OLE color: 6020844.

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

Color convert

RGB 236 222 91 -
CMYK 0 0.06 0.61 0.07
HSL 54.21º 0.79% 0.64% -
HSV(B) 54.21º 0.61% 0.93% -
XYZ 62.6 70.83 20.27 -
YUV 211.25 60.14 145.65 -
System Red Green Blue C M Y K H S L
Decimal 236 222 91 0 0.06 0.61 0.07 54.21 0.79 0.64
Hex EC DE 5B 0 6 3D 7 36 4F 40
Octal 354 336 133 0 6 75 7 66 117 100
Binary 11101100 11011110 1011011 0 110 111101 111 110110 1001111 1000000

Color Harmonies of #ECDE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE5B

Black with #ECDE5B

Text Example


Text Example

White with #ECDE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE5B; }

 p { color: rgb(236,222,91); }

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

background-color css

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

 a { background-color: rgb(236,222,91); }

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

border-color css

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

 span { border-color: rgb(236,222,91); }

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