Html Css Color HEX #ECDC4B Manz

📋 copy color: '#ECDC4B'

red 236 ◦ green 220 ◦ blue 75

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

Shades of Manz #ECDC4B

Tints of Manz #ECDC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.43%

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

R = 44.44%
G = 41.43%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECDC4B (or 0xECDC4B) is known color: Manz. HEX triplet: EC, DC and 4B. RGB value is (236,220,75). Sum of RGB (Red+Green+Blue) = 236+220+75=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC4B is #1323B4. Grayscale: #D0D0D0. Windows color (decimal): -1254325 or 4971756. OLE color: 4971756.

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

Color convert

RGB 236 220 75 -
CMYK 0 0.07 0.68 0.07
HSL 54.04º 0.81% 0.61% -
HSV(B) 54.04º 0.68% 0.93% -
XYZ 61.46 69.53 16.84 -
YUV 208.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 236 220 75 0 0.07 0.68 0.07 54.04 0.81 0.61
Hex EC DC 4B 0 7 44 7 36 51 3D
Octal 354 334 113 0 7 104 7 66 121 75
Binary 11101100 11011100 1001011 0 111 1000100 111 110110 1010001 111101

Color Harmonies of #ECDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC4B

Black with #ECDC4B

Text Example


Text Example

White with #ECDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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