Html Css Color HEX #ECDF4B Manz

📋 copy color: '#ECDF4B'

red 236 ◦ green 223 ◦ blue 75

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

Shades of Manz #ECDF4B

Tints of Manz #ECDF4B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 44.19%
G = 41.76%
B = 14.04%

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

#ECDF4B (or 0xECDF4B) is known color: Manz. HEX triplet: EC, DF and 4B. RGB value is (236,223,75). Sum of RGB (Red+Green+Blue) = 236+223+75=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF4B is #1320B4. Grayscale: #D2D2D2. Windows color (decimal): -1253557 or 4972524. OLE color: 4972524.

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

Color convert

RGB 236 223 75 -
CMYK 0 0.06 0.68 0.07
HSL 55.16º 0.81% 0.61% -
HSV(B) 55.16º 0.68% 0.93% -
XYZ 62.25 71.12 17.1 -
YUV 210.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 236 223 75 0 0.06 0.68 0.07 55.16 0.81 0.61
Hex EC DF 4B 0 6 44 7 37 51 3D
Octal 354 337 113 0 6 104 7 67 121 75
Binary 11101100 11011111 1001011 0 110 1000100 111 110111 1010001 111101

Color Harmonies of #ECDF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF4B

Black with #ECDF4B

Text Example


Text Example

White with #ECDF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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