Html Css Color HEX #ECDD4B Manz

📋 copy color: '#ECDD4B'

red 236 ◦ green 221 ◦ blue 75

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

Shades of Manz #ECDD4B

Tints of Manz #ECDD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.54%

 BLUE value IS 75 (29.69% from 255) = 14.1%

R = 44.36%
G = 41.54%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECDD4B (or 0xECDD4B) is known color: Manz. HEX triplet: EC, DD and 4B. RGB value is (236,221,75). Sum of RGB (Red+Green+Blue) = 236+221+75=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD4B is #1322B4. Grayscale: #D1D1D1. Windows color (decimal): -1254069 or 4972012. OLE color: 4972012.

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

Color convert

RGB 236 221 75 -
CMYK 0 0.06 0.68 0.07
HSL 54.41º 0.81% 0.61% -
HSV(B) 54.41º 0.68% 0.93% -
XYZ 61.72 70.05 16.93 -
YUV 208.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 236 221 75 0 0.06 0.68 0.07 54.41 0.81 0.61
Hex EC DD 4B 0 6 44 7 36 51 3D
Octal 354 335 113 0 6 104 7 66 121 75
Binary 11101100 11011101 1001011 0 110 1000100 111 110110 1010001 111101

Color Harmonies of #ECDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD4B

Black with #ECDD4B

Text Example


Text Example

White with #ECDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD4B; }

 p { color: rgb(236,221,75); }

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

background-color css

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

 a { background-color: rgb(236,221,75); }

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

border-color css

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

 span { border-color: rgb(236,221,75); }

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