Html Css Color HEX #ECDE4C Manz

📋 copy color: '#ECDE4C'

red 236 ◦ green 222 ◦ blue 76

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

Shades of Manz #ECDE4C

Tints of Manz #ECDE4C

RGB

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

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

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

R = 44.19%
G = 41.57%
B = 14.23%

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

#ECDE4C (or 0xECDE4C) is known color: Manz. HEX triplet: EC, DE and 4C. RGB value is (236,222,76). Sum of RGB (Red+Green+Blue) = 236+222+76=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 76 (30.08% from 255 or 14.23% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE4C is #1321B3. Grayscale: #D2D2D2. Windows color (decimal): -1253812 or 5037804. OLE color: 5037804.

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

Color convert

RGB 236 222 76 -
CMYK 0 0.06 0.68 0.07
HSL 54.75º 0.81% 0.61% -
HSV(B) 54.75º 0.68% 0.93% -
XYZ 62.02 70.6 17.2 -
YUV 209.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 236 222 76 0 0.06 0.68 0.07 54.75 0.81 0.61
Hex EC DE 4C 0 6 44 7 37 51 3D
Octal 354 336 114 0 6 104 7 67 121 75
Binary 11101100 11011110 1001100 0 110 1000100 111 110111 1010001 111101

Color Harmonies of #ECDE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE4C

Black with #ECDE4C

Text Example


Text Example

White with #ECDE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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