Html Css Color HEX #ECDE4B Manz

📋 copy color: '#ECDE4B'

red 236 ◦ green 222 ◦ blue 75

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

Shades of Manz #ECDE4B

Tints of Manz #ECDE4B

RGB

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

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

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

R = 44.28%
G = 41.65%
B = 14.07%

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

#ECDE4B (or 0xECDE4B) is known color: Manz. HEX triplet: EC, DE and 4B. RGB value is (236,222,75). Sum of RGB (Red+Green+Blue) = 236+222+75=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE4B is #1321B4. Grayscale: #D2D2D2. Windows color (decimal): -1253813 or 4972268. OLE color: 4972268.

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

Color convert

RGB 236 222 75 -
CMYK 0 0.06 0.68 0.07
HSL 54.78º 0.81% 0.61% -
HSV(B) 54.78º 0.68% 0.93% -
XYZ 61.98 70.58 17.01 -
YUV 209.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 236 222 75 0 0.06 0.68 0.07 54.78 0.81 0.61
Hex EC DE 4B 0 6 44 7 37 51 3D
Octal 354 336 113 0 6 104 7 67 121 75
Binary 11101100 11011110 1001011 0 110 1000100 111 110111 1010001 111101

Color Harmonies of #ECDE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE4B

Black with #ECDE4B

Text Example


Text Example

White with #ECDE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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